|
|
@@ -137,7 +137,6 @@ if ("named" IN_LIST CMake_TEST_MODULE_COMPILATION)
|
|
|
run_cxx_module_test(simple)
|
|
|
run_cxx_module_test(library library-static -DBUILD_SHARED_LIBS=OFF)
|
|
|
run_cxx_module_test(generated)
|
|
|
- run_cxx_module_test(public-req-private)
|
|
|
run_cxx_module_test(deep-chain)
|
|
|
run_cxx_module_test(duplicate)
|
|
|
set(RunCMake_CXXModules_NO_TEST 1)
|
|
|
@@ -146,6 +145,11 @@ if ("named" IN_LIST CMake_TEST_MODULE_COMPILATION)
|
|
|
run_cxx_module_test(scan_properties)
|
|
|
endif ()
|
|
|
|
|
|
+# Tests which require collation work.
|
|
|
+if ("collation" IN_LIST CMake_TEST_MODULE_COMPILATION)
|
|
|
+ run_cxx_module_test(public-req-private)
|
|
|
+endif ()
|
|
|
+
|
|
|
# Tests which use named modules in shared libraries.
|
|
|
if ("shared" IN_LIST CMake_TEST_MODULE_COMPILATION)
|
|
|
run_cxx_module_test(library library-shared -DBUILD_SHARED_LIBS=ON)
|