diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-20 05:19:09 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-20 05:19:09 (GMT) |
commit | 3eda281be13dfe9eb8fcbc9fb82e75e74d107e01 (patch) | |
tree | 724d309fa18aaa329bdf84757066e1254f842437 /tests/CTestCustom.template | |
parent | 2e21f3deff585731d5377490cde87eeccd917445 (diff) |
allow openscad binary to be compiled with or without QT. use non-QT for tests.
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 b8d04ce..1c930dd 100644 --- a/tests/CTestCustom.template +++ b/tests/CTestCustom.template @@ -58,8 +58,8 @@ endif() # Part 1. Pretty Printing -message("running '__gui_binpath__ --info' to generate sysinfo.txt") -execute_process(COMMAND __wine__ __gui_binpath__ --info OUTPUT_FILE sysinfo.txt) +message("running '__openscad_binpath__ --info' to generate sysinfo.txt") +execute_process(COMMAND __wine__ __openscad_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} ) |