summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_custom_target/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorDaniel Eiband <daniel.eiband@brainlab.com>2019-09-16 08:24:24 (GMT)
committerDaniel Eiband <daniel.eiband@brainlab.com>2019-09-16 08:24:24 (GMT)
commit3b409643bd0f69d38d91bba6b64250e48b276398 (patch)
treea9f97f280e9599c7504ddc751edd8c4553be066d /Tests/RunCMake/add_custom_target/RunCMakeTest.cmake
parent445ff5ccdf7f888b48d12076fb42ca856482779f (diff)
downloadCMake-3b409643bd0f69d38d91bba6b64250e48b276398.zip
CMake-3b409643bd0f69d38d91bba6b64250e48b276398.tar.gz
CMake-3b409643bd0f69d38d91bba6b64250e48b276398.tar.bz2
Byproducts: Add test for collapsing of full paths in byproducts
Add test for collapsing of full paths in byproducts and additional tests for the GENERATED source file properties set by add_custom_command and add_custom_target with relative paths.
Diffstat (limited to 'Tests/RunCMake/add_custom_target/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/add_custom_target/RunCMakeTest.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_custom_target/RunCMakeTest.cmake b/Tests/RunCMake/add_custom_target/RunCMakeTest.cmake
index 2caed03..d80ca19 100644
--- a/Tests/RunCMake/add_custom_target/RunCMakeTest.cmake
+++ b/Tests/RunCMake/add_custom_target/RunCMakeTest.cmake
@@ -1,6 +1,7 @@
include(RunCMake)
run_cmake(CommandExpandsEmpty)
+run_cmake(GeneratedProperty)
run_cmake(NoArguments)
run_cmake(BadTargetName)
run_cmake(ByproductsNoCommand)