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 /cat/test/CMakeLists.txt | |
parent | 481e97f6ab6cb909a31c39d1e4954db1a98cfdbb (diff) | |
download | libarchive-47ac1b5306292bf17e7c5f15a1655578378411d6.tar.gz |
testsuite: allow 'dev' in version
Diffstat (limited to 'cat/test/CMakeLists.txt')
-rw-r--r-- | cat/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cat/test/CMakeLists.txt b/cat/test/CMakeLists.txt index c4642aea..9dbf4b79 100644 --- a/cat/test/CMakeLists.txt +++ b/cat/test/CMakeLists.txt @@ -6,6 +6,7 @@ IF(ENABLE_CAT AND ENABLE_TEST) SET(bsdcat_test_SOURCES ../../test_utils/test_utils.c + ../../test_utils/lib/version.c main.c test.h test_0.c |