diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:07 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:07 +0000 |
commit | 277fbb92d5e4cd0938c67f77b08d9ba4ac9d54a6 (patch) | |
tree | 8fa3ab9fc0b2eadd788ee7deaf07b5dd3392b82e /lib/libarchive | |
parent | 247027652e390c65e4b375302d7a8e68a8c1adc4 (diff) | |
download | src-test2-277fbb92d5e4cd0938c67f77b08d9ba4ac9d54a6.tar.gz src-test2-277fbb92d5e4cd0938c67f77b08d9ba4ac9d54a6.zip |
Notes
Diffstat (limited to 'lib/libarchive')
-rw-r--r-- | lib/libarchive/tests/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index bf225b6365fe..a7de76b3de78 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -244,9 +244,7 @@ BROKEN_TESTS+= test_fuzz_rar SRCS.libarchive_test= \ ${TESTS_SRCS} \ main.c \ - read_open_memory.c - -DPSRCS.libarchive_test= \ + read_open_memory.c \ list.h LIBADD.libarchive_test= archive |