diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-06 10:50:33 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-06 20:14:05 +0100 |
commit | 9fb6174bb177ede8d393349a4e74d1dca953ad67 (patch) | |
tree | 7a29762506d4445da4122da67ffb0ca19ab5d7bc /solenv | |
parent | 93124f771062eb2917212c16a64b0a67f5baaff4 (diff) |
add instructions how to use CPPUNITTRACE on OSX
Change-Id: I97579c03c72be0c09c937fcbc8726960528a7a6e
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/unittest-failed.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/unittest-failed.sh b/solenv/bin/unittest-failed.sh index 0ba83e451015..b49ddd765536 100755 --- a/solenv/bin/unittest-failed.sh +++ b/solenv/bin/unittest-failed.sh @@ -24,6 +24,7 @@ Error: a unit test failed, please do one of: export DEBUGCPPUNIT=TRUE # for exception catching export CPPUNITTRACE="gdb --args" # for interactive debugging on Linux export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive debugging in Visual Studio +export CPPUNITTRACE="lldb --" # for interactive debugging on OSX export VALGRIND=memcheck # for memory checking and retry using: make $1Test_$2 |