diff options
author | Vicnet <vo.publique@gmail.com> | 2013-09-13 12:52:22 (GMT) |
---|---|---|
committer | Vicnet <vo.publique@gmail.com> | 2013-09-13 12:52:22 (GMT) |
commit | 7b1e423f8214bb42c7668505066507e4d9c7091a (patch) | |
tree | 19e9174a312f35af416f9fa4cd58f31876052e79 /tests/CTestCustom.template | |
parent | f6343949ebc6936880a6cd62bfe3574541a11fb5 (diff) | |
parent | ead8749e99238c18a3d7bb903f98bb7bca6a7685 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tests/CTestCustom.template')
-rw-r--r-- | tests/CTestCustom.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CTestCustom.template b/tests/CTestCustom.template index fd6ba8b..b8d04ce 100644 --- a/tests/CTestCustom.template +++ b/tests/CTestCustom.template @@ -58,8 +58,8 @@ endif() # Part 1. Pretty Printing -message("running 'opencsgtest --info' to generate sysinfo.txt") -execute_process(COMMAND __wine__ __cmake_current_binary_dir__/opencsgtest --info OUTPUT_FILE sysinfo.txt) +message("running '__gui_binpath__ --info' to generate sysinfo.txt") +execute_process(COMMAND __wine__ __gui_binpath__ --info OUTPUT_FILE sysinfo.txt) set(CTEST_CUSTOM_POST_TEST ${CTEST_CUSTOM_POST_TEST} "__cmake_current_binary_dir__/test_pretty_print") if ( ${debug_openscad_template} ) |