Deleted Added
full compact
Makefile (224152) Makefile (224691)
1# $FreeBSD: head/lib/libarchive/test/Makefile 224152 2011-07-17 21:27:38Z mm $
1# $FreeBSD: head/lib/libarchive/test/Makefile 224691 2011-08-07 08:42:36Z mm $
2
3# Where to find the libarchive sources
4LA_SRCDIR=${.CURDIR}/..
5
6TESTS= \
7 test_acl_basic.c \
8 test_acl_freebsd.c \
9 test_acl_pax.c \

--- 10 unchanged lines hidden (view full) ---

20 test_compat_zip.c \
21 test_empty_write.c \
22 test_entry.c \
23 test_entry_strmode.c \
24 test_extattr_freebsd.c \
25 test_fuzz.c \
26 test_link_resolver.c \
27 test_open_fd.c \
2
3# Where to find the libarchive sources
4LA_SRCDIR=${.CURDIR}/..
5
6TESTS= \
7 test_acl_basic.c \
8 test_acl_freebsd.c \
9 test_acl_pax.c \

--- 10 unchanged lines hidden (view full) ---

20 test_compat_zip.c \
21 test_empty_write.c \
22 test_entry.c \
23 test_entry_strmode.c \
24 test_extattr_freebsd.c \
25 test_fuzz.c \
26 test_link_resolver.c \
27 test_open_fd.c \
28 test_open_failure.c \
28 test_open_file.c \
29 test_open_filename.c \
30 test_pax_filename_encoding.c \
31 test_read_compress_program.c \
32 test_read_data_large.c \
33 test_read_disk.c \
34 test_read_disk_entry_from_file.c \
35 test_read_extract.c \

--- 117 unchanged lines hidden ---
29 test_open_file.c \
30 test_open_filename.c \
31 test_pax_filename_encoding.c \
32 test_read_compress_program.c \
33 test_read_data_large.c \
34 test_read_disk.c \
35 test_read_disk_entry_from_file.c \
36 test_read_extract.c \

--- 117 unchanged lines hidden ---