From bd69cdeea9aef1f254b7d83dd137a4de955151b7 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Sat, 27 Dec 2014 15:28:39 +0000 Subject: Add COMPATIBILITY argument to ecm_setup_version(). Lots of libraries will want to use SameMajorVersion to make sure searching for version 1 of a library doesn't give you version 2, for example. We may want to add another, custom compatibility mode for KDE Frameworks-style versioning, where version x.90.z to x.99.z are alpha/beta releases for version (x+1). REVIEW: 121696 --- tests/ECMSetupVersionTest/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/ECMSetupVersionTest/CMakeLists.txt') diff --git a/tests/ECMSetupVersionTest/CMakeLists.txt b/tests/ECMSetupVersionTest/CMakeLists.txt index 2e7decfb..b0845e57 100644 --- a/tests/ECMSetupVersionTest/CMakeLists.txt +++ b/tests/ECMSetupVersionTest/CMakeLists.txt @@ -17,6 +17,9 @@ add_version_test(old_simple dummy) add_version_test(old_soversion dummy) add_version_test(old_version_file dummy) add_version_test(old_version_file_abspath dummy) +add_version_test(old_version_file_anynewer dummy) +add_version_test(old_version_file_exact dummy) +add_version_test(old_version_file_samemajor dummy) add_version_test(old_header check_header) add_version_test(old_header_abspath check_header) -- cgit v1.2.1