[Libreoffice-commits] core.git: solenv/bin
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Dec 6 11:14:40 PST 2014
solenv/bin/unittest-failed.sh | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9fb6174bb177ede8d393349a4e74d1dca953ad67
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Dec 6 10:50:33 2014 +0100
add instructions how to use CPPUNITTRACE on OSX
Change-Id: I97579c03c72be0c09c937fcbc8726960528a7a6e
diff --git a/solenv/bin/unittest-failed.sh b/solenv/bin/unittest-failed.sh
index 0ba83e4..b49ddd7 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
More information about the Libreoffice-commits
mailing list