Lines Matching +full:test_i +full:. +full:zip
11 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"
12 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}
14 CFLAGS+= -I${.OBJDIR}
23 CFLAGS.test_utils.c+= -Wno-cast-align
25 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe
26 UNZIP_SRCS+= err.c
28 .PATH: ${_LIBARCHIVEDIR}/unzip/test
30 test_0.c \
31 test_C.c \
32 test_I.c \
33 test_L.c \
34 test_P_encryption.c \
35 test_Z1.c \
36 test_basic.c \
37 test_d.c \
38 test_doubledash.c \
39 test_glob.c \
40 test_j.c \
41 test_n.c \
42 test_not_exist.c \
43 test_o.c \
44 test_p.c \
45 test_q.c \
46 test_singlefile.c \
47 test_t.c \
48 test_t_bad.c \
49 test_version.c \
50 test_x.c
52 SRCS.bsdunzip_test= list.h \
56 .PATH: ${_LIBARCHIVEDIR}/test_utils
57 SRCS.bsdunzip_test+= test_main.c \
58 test_utils.c
60 LIBADD.bsdunzip_test= archive
62 list.h: ${TESTS_SRCS} Makefile
64 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp
65 @mv ${.TARGET}.tmp ${.TARGET}
67 CLEANFILES+= list.h list.h.tmp
69 ${PACKAGE}FILES+= test_I.zip.uu
70 ${PACKAGE}FILES+= test_basic.zip.uu
71 ${PACKAGE}FILES+= test_encrypted.zip.uu
72 ${PACKAGE}FILES+= test_singlefile.zip.uu
73 ${PACKAGE}FILES+= test_t_bad.zip.uu
75 .include <bsd.test.mk>