diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2021-08-06 08:43:29 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-08-06 08:43:29 +0200 |
commit | fcd003b8b672f5a162e682b17a72ed2564be23a8 (patch) | |
tree | aa724c9f6964a85f28e34afb2f38f7f7ce5b8c56 /tests/ECMSetupVersionTest/CMakeLists.txt | |
parent | 602e48163b01db0bfcc909295e9a213d9b1b76da (diff) | |
download | extra-cmake-modules-fcd003b8b672f5a162e682b17a72ed2564be23a8.tar.gz extra-cmake-modules-fcd003b8b672f5a162e682b17a72ed2564be23a8.tar.bz2 |
Add another test for ECMSetupVersion
Amends: f0790f910
GIT_SILENT
Diffstat (limited to 'tests/ECMSetupVersionTest/CMakeLists.txt')
-rw-r--r-- | tests/ECMSetupVersionTest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ECMSetupVersionTest/CMakeLists.txt b/tests/ECMSetupVersionTest/CMakeLists.txt index 242543e1..d757b75f 100644 --- a/tests/ECMSetupVersionTest/CMakeLists.txt +++ b/tests/ECMSetupVersionTest/CMakeLists.txt @@ -36,6 +36,7 @@ if(CMAKE_MAJOR_VERSION GREATER 2) add_version_test(new_project_header_abspath check_header) add_version_test(new_project_header_prefix check_header) add_version_test(new_project_header_zero_prefixed_version check_header) + add_version_test(new_project_header_expected_zero_version check_header) add_version_test(new_project_simple dummy) add_version_test(new_project_simple_no_version_string_vars dummy) add_version_test(new_project_simple_prefix dummy) |