diff options
Diffstat (limited to 'tests/ECMSetupVersionTest/CMakeLists.txt')
-rw-r--r-- | tests/ECMSetupVersionTest/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ECMSetupVersionTest/CMakeLists.txt b/tests/ECMSetupVersionTest/CMakeLists.txt index b0845e57..cfda7c91 100644 --- a/tests/ECMSetupVersionTest/CMakeLists.txt +++ b/tests/ECMSetupVersionTest/CMakeLists.txt @@ -14,6 +14,7 @@ macro(add_version_test NAME COMMAND) endmacro() add_version_test(old_simple dummy) +add_version_test(old_simple_no_version_string_vars dummy) add_version_test(old_soversion dummy) add_version_test(old_version_file dummy) add_version_test(old_version_file_abspath dummy) @@ -27,6 +28,7 @@ if(CMAKE_MAJOR_VERSION GREATER 2) add_version_test(new_explicit_header check_header) add_version_test(new_explicit_header_abspath check_header) add_version_test(new_explicit_simple dummy) + add_version_test(new_explicit_simple_no_version_string_vars dummy) add_version_test(new_explicit_soversion dummy) add_version_test(new_explicit_version_file dummy) add_version_test(new_explicit_version_file_abspath dummy) @@ -34,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_simple dummy) + add_version_test(new_project_simple_no_version_string_vars dummy) add_version_test(new_project_simple_prefix dummy) add_version_test(new_project_soversion dummy) add_version_test(new_project_soversion_prefix dummy) |