Lines Matching +full:test_basic +full:. +full:zip
12 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"
13 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}
15 CFLAGS+= -I${.OBJDIR}
24 CFLAGS.test_utils.c+= -Wno-cast-align
26 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe
27 UNZIP_SRCS+= err.c
29 .PATH: ${_LIBARCHIVEDIR}/unzip/test
31 test_0.c \
32 test_C.c \
33 test_I.c \
34 test_L.c \
35 test_P_encryption.c \
36 test_Z1.c \
37 test_basic.c \
38 test_d.c \
39 test_doubledash.c \
40 test_glob.c \
41 test_j.c \
42 test_n.c \
43 test_not_exist.c \
44 test_o.c \
45 test_p.c \
46 test_q.c \
47 test_singlefile.c \
48 test_t.c \
49 test_t_bad.c \
50 test_version.c \
51 test_x.c
53 SRCS.bsdunzip_test= list.h \
57 .PATH: ${_LIBARCHIVEDIR}/test_utils
58 SRCS.bsdunzip_test+= test_main.c \
59 test_utils.c
61 LIBADD.bsdunzip_test= archive
63 list.h: ${TESTS_SRCS} Makefile
65 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp
66 @mv ${.TARGET}.tmp ${.TARGET}
68 CLEANFILES+= list.h list.h.tmp
70 ${PACKAGE}FILES+= test_I.zip.uu
71 ${PACKAGE}FILES+= test_basic.zip.uu
72 ${PACKAGE}FILES+= test_encrypted.zip.uu
73 ${PACKAGE}FILES+= test_singlefile.zip.uu
74 ${PACKAGE}FILES+= test_t_bad.zip.uu
76 .include <bsd.test.mk>