diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2021-08-05 06:08:12 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2021-08-05 06:08:12 +0200 |
commit | a0f8e5469f388840d99aa8e8ff6f404cc16a66ad (patch) | |
tree | adcaa25646d5d0edbdf6db45610f055dcbc7fc24 /tests/ECMSetupVersionTest/CMakeLists.txt | |
parent | 3d946c0ef81874e26743967ec2322e75944d784a (diff) | |
download | extra-cmake-modules-a0f8e5469f388840d99aa8e8ff6f404cc16a66ad.tar.gz extra-cmake-modules-a0f8e5469f388840d99aa8e8ff6f404cc16a66ad.tar.bz2 |
ecm_setup_version: deal with 0-prefixed version values in PROJECT mode
5c191fa1d2383c69ddc075395e04f84b7679613a already added the same sanity
check for the non-PROJECT mode
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 cfda7c91..242543e1 100644 --- a/tests/ECMSetupVersionTest/CMakeLists.txt +++ b/tests/ECMSetupVersionTest/CMakeLists.txt @@ -35,6 +35,7 @@ if(CMAKE_MAJOR_VERSION GREATER 2) add_version_test(new_project_header check_header) 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_simple dummy) add_version_test(new_project_simple_no_version_string_vars dummy) add_version_test(new_project_simple_prefix dummy) |