14 lines
380 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
include(RunCMake)
2015-08-17 11:37:30 +02:00
# Protect tests from running inside the default install prefix.
set(RunCMake_TEST_OPTIONS "-DCMAKE_INSTALL_PREFIX=${RunCMake_BINARY_DIR}/NotDefaultPrefix")
2013-03-16 19:13:01 +02:00
run_cmake(NotFoundContent)
run_cmake(DebugIncludes)
2015-11-17 17:22:37 +01:00
run_cmake(DirectoryBefore)
2013-03-16 19:13:01 +02:00
run_cmake(TID-bad-target)
2013-04-21 10:33:41 +03:00
run_cmake(ImportedTarget)
2013-11-03 12:27:13 +02:00
run_cmake(CMP0021)
run_cmake(install_config)
2014-08-03 19:52:23 +02:00
run_cmake(incomplete-genex)