a4bd30104f
Refactoring in commit 6ed9c7e0 (cmState: Host buildsystem properties for directories, 2015-07-18) broke include_directories(BEFORE). Fix it and add a test case.
14 lines
380 B
CMake
14 lines
380 B
CMake
include(RunCMake)
|
|
|
|
# Protect tests from running inside the default install prefix.
|
|
set(RunCMake_TEST_OPTIONS "-DCMAKE_INSTALL_PREFIX=${RunCMake_BINARY_DIR}/NotDefaultPrefix")
|
|
|
|
run_cmake(NotFoundContent)
|
|
run_cmake(DebugIncludes)
|
|
run_cmake(DirectoryBefore)
|
|
run_cmake(TID-bad-target)
|
|
run_cmake(ImportedTarget)
|
|
run_cmake(CMP0021)
|
|
run_cmake(install_config)
|
|
run_cmake(incomplete-genex)
|