diff options
Diffstat (limited to 'tests/CMingw-cross-env.cmake')
-rw-r--r-- | tests/CMingw-cross-env.cmake | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/CMingw-cross-env.cmake b/tests/CMingw-cross-env.cmake index 1091085..186c35e 100644 --- a/tests/CMingw-cross-env.cmake +++ b/tests/CMingw-cross-env.cmake @@ -19,11 +19,15 @@ # -DMINGW_CROSS_ENV_DIR=$MXEDIR # make # (should proceed as normal.) # now run 'ctest' on your *nix machine. -# The test .exe programs should run under Wine. +# The test .exe programs should run under wine # imagemagick's "convert" comparer will be your actual linux version. # The pretty printer won't automatically work after the tests. You have to run # it manually by typing 'wine test_pretty_print.exe' # +# to debug finding MCAD with OPENSCADPATH, try something like this: +# +# strace -f ctest -R dumptest.*use 2>&1 | grep servos.scad +# # See also: # # http://lists.gnu.org/archive/html/mingw-cross-env-list/2010-11/threads.html#00078 |