Lines Matching +full:test_option_s +full:. +full:tar +full:. +full:z

1 # $FreeBSD: releng/10.3/usr.bin/tar/tests/Makefile 291814 2015-12-04 18:50:12Z bdrewery $
3 SRCTOP= ${.CURDIR:H:H:H}
4 TESTSDIR= ${TESTSBASE}/usr.bin/tar
12 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"
14 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}
15 CFLAGS+= -I${LIBARCHIVEDIR}/tar -I${LIBARCHIVEDIR}/test_utils
23 .PATH: ${LIBARCHIVEDIR}/tar/test
25 test_0.c \
26 test_basic.c \
27 test_copy.c \
28 test_empty_mtree.c \
29 test_extract_tar_bz2.c \
30 test_extract_tar_grz.c \
31 test_extract_tar_gz.c \
32 test_extract_tar_lrz.c \
33 test_extract_tar_lz.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_option_C_upper.c \
40 test_option_H_upper.c \
41 test_option_L_upper.c \
42 test_option_O_upper.c \
43 test_option_T_upper.c \
44 test_option_U_upper.c \
45 test_option_X_upper.c \
46 test_option_a.c \
47 test_option_b.c \
48 test_option_b64encode.c \
49 test_option_exclude.c \
50 test_option_gid_gname.c \
51 test_option_grzip.c \
52 test_option_j.c \
53 test_option_k.c \
54 test_option_keep_newer_files.c \
55 test_option_lrzip.c \
56 test_option_lzma.c \
57 test_option_lzop.c \
58 test_option_n.c \
59 test_option_newer_than.c \
60 test_option_nodump.c \
61 test_option_older_than.c \
62 test_option_q.c \
63 test_option_r.c \
64 test_option_s.c \
65 test_option_uid_uname.c \
66 test_option_uuencode.c \
67 test_option_xz.c \
68 test_option_z.c \
69 test_patterns.c \
70 test_print_longpath.c \
71 test_stdio.c \
72 test_strip_components.c \
73 test_symlink_dir.c \
74 test_version.c
76 SRCS.bsdtar_test= \
78 list.h \
79 main.c
81 .PATH: ${LIBARCHIVEDIR}/test_utils
82 SRCS.bsdtar_test+= test_utils.c
84 DPADD.bsdtar_test= ${LIBARCHIVE}
85 LDADD.bsdtar_test= -larchive
87 list.h: ${TESTS_SRCS} Makefile
88 @(cd ${LIBARCHIVEDIR}/tar/test && \
89 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp
90 @mv ${.TARGET}.tmp ${.TARGET}
92 CLEANFILES+= list.h list.h.tmp
94 FILES+= test_extract.tar.Z.uu
95 FILES+= test_extract.tar.bz2.uu
96 FILES+= test_extract.tar.grz.uu
97 FILES+= test_extract.tar.gz.uu
98 FILES+= test_extract.tar.lrz.uu
99 FILES+= test_extract.tar.lz.uu
100 FILES+= test_extract.tar.lzma.uu
101 FILES+= test_extract.tar.lzo.uu
102 FILES+= test_extract.tar.xz.uu
103 FILES+= test_option_keep_newer_files.tar.Z.uu
104 FILES+= test_option_s.tar.Z.uu
105 FILES+= test_patterns_2.tar.uu
106 FILES+= test_patterns_3.tar.uu
107 FILES+= test_patterns_4.tar.uu
108 FILES+= test_print_longpath.tar.Z.uu
110 .include <bsd.test.mk>