diff options
author | Pavel Raiskup <praiskup@redhat.com> | 2017-02-20 20:25:24 +0100 |
---|---|---|
committer | Pavel Raiskup <praiskup@redhat.com> | 2017-02-21 06:16:13 +0100 |
commit | 47ac1b5306292bf17e7c5f15a1655578378411d6 (patch) | |
tree | 843c5d996707f60815f915c0b66bc667122d6802 /cpio/test/CMakeLists.txt | |
parent | 481e97f6ab6cb909a31c39d1e4954db1a98cfdbb (diff) | |
download | libarchive-47ac1b5306292bf17e7c5f15a1655578378411d6.tar.gz |
testsuite: allow 'dev' in version
Diffstat (limited to 'cpio/test/CMakeLists.txt')
-rw-r--r-- | cpio/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpio/test/CMakeLists.txt b/cpio/test/CMakeLists.txt index 8ffb5427..c99ef65a 100644 --- a/cpio/test/CMakeLists.txt +++ b/cpio/test/CMakeLists.txt @@ -8,6 +8,7 @@ IF(ENABLE_CPIO AND ENABLE_TEST) ../cmdline.c ../../libarchive_fe/err.c ../../test_utils/test_utils.c + ../../test_utils/lib/version.c main.c test.h test_0.c |