Deleted Added
full compact
Makefile (299529) Makefile (302075)
1# $FreeBSD: head/usr.bin/tar/tests/Makefile 299529 2016-05-12 10:16:16Z mm $
1# $FreeBSD: head/usr.bin/tar/tests/Makefile 302075 2016-06-22 07:49:59Z mm $
2
3PACKAGE= tests
4
5_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
6
7ATF_TESTS_SH+= functional_test
8
9BINDIR= ${TESTSDIR}

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

32 test_extract_tar_lz.c \
33 test_extract_tar_lz4.c \
34 test_extract_tar_lzma.c \
35 test_extract_tar_lzo.c \
36 test_extract_tar_xz.c \
37 test_format_newc.c \
38 test_help.c \
39 test_leading_slash.c \
2
3PACKAGE= tests
4
5_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
6
7ATF_TESTS_SH+= functional_test
8
9BINDIR= ${TESTSDIR}

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

32 test_extract_tar_lz.c \
33 test_extract_tar_lz4.c \
34 test_extract_tar_lzma.c \
35 test_extract_tar_lzo.c \
36 test_extract_tar_xz.c \
37 test_format_newc.c \
38 test_help.c \
39 test_leading_slash.c \
40 test_missing_file.c \
40 test_option_C_upper.c \
41 test_option_H_upper.c \
42 test_option_L_upper.c \
43 test_option_O_upper.c \
44 test_option_T_upper.c \
45 test_option_U_upper.c \
46 test_option_X_upper.c \
47 test_option_a.c \

--- 68 unchanged lines hidden ---
41 test_option_C_upper.c \
42 test_option_H_upper.c \
43 test_option_L_upper.c \
44 test_option_O_upper.c \
45 test_option_T_upper.c \
46 test_option_U_upper.c \
47 test_option_X_upper.c \
48 test_option_a.c \

--- 68 unchanged lines hidden ---