summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMatt McCormick <matt.mccormick@kitware.com>2015-03-29 02:05:35 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-08 13:06:22 (GMT)
commit9160d6c241adaeacc106d5b2ce4530f223345f22 (patch)
tree9007dabd5a565f77590a4ee20ca14b33c9d79196 /Help
parente942526b3d9e886da4ce832d9d3adb99cc5ede2f (diff)
downloadCMake-9160d6c241adaeacc106d5b2ce4530f223345f22.zip
CMake-9160d6c241adaeacc106d5b2ce4530f223345f22.tar.gz
CMake-9160d6c241adaeacc106d5b2ce4530f223345f22.tar.bz2
TestGenerator: Add CROSSCOMPILING_EMULATOR support.
Prefix test commands with the CROSSCOMPILING_EMULATOR property for target executables. This allows test suites to be run on the host when crosscompiling.
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst b/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst
index 2b5fd4d..3ef8e03 100644
--- a/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst
+++ b/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst
@@ -1,4 +1,6 @@
CROSSCOMPILING_EMULATOR
-----------------------
-Use the given emulator to run executables created when crosscompiling.
+Use the given emulator to run executables created when crosscompiling. This
+command will be added as a prefix to :command:`add_test` test commands for
+built target system executables.