aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMSetupVersionTest/CMakeLists.txt
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2021-05-03 17:58:02 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2021-05-10 02:20:10 +0200
commit9bf486f84ca333ccba65b5ffcb6f3e1bdcba3ecf (patch)
tree13a8ec8b431719d19c5d0cd9a359b38c565785de /tests/ECMSetupVersionTest/CMakeLists.txt
parent7c267243ecb6b73713d9e2e21e7c48093951c07d (diff)
downloadextra-cmake-modules-9bf486f84ca333ccba65b5ffcb6f3e1bdcba3ecf.tar.gz
extra-cmake-modules-9bf486f84ca333ccba65b5ffcb6f3e1bdcba3ecf.tar.bz2
ECMSetupVersion: phase out deprecated *_VERSION_STRING CMake variables
Diffstat (limited to 'tests/ECMSetupVersionTest/CMakeLists.txt')
-rw-r--r--tests/ECMSetupVersionTest/CMakeLists.txt3
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)