summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-08-27 15:24:44 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-08-27 15:27:15 -0700
commitddb8f22ada5b22fcaa4ed850d58374becfb0a556 (patch)
tree819ee713950e6424a6471c6a89031fac66eea0f2 /Makefile.in
parenta88ffd2d9b2adec5de19a1bb88e6b8656985a044 (diff)
downloadtmwa-ddb8f22ada5b22fcaa4ed850d58374becfb0a556.tar.gz
tmwa-ddb8f22ada5b22fcaa4ed850d58374becfb0a556.tar.bz2
tmwa-ddb8f22ada5b22fcaa4ed850d58374becfb0a556.tar.xz
tmwa-ddb8f22ada5b22fcaa4ed850d58374becfb0a556.zip
fix tests
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ee7a15d..1214c97 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -441,7 +441,7 @@ obj/gtest-all.pdc.o: ${GTEST_DIR}/src/gtest-all.cc
$c ${CXX} ${CPPFLAGS} ${CXXFLAGS} -c -o $@ $<
obj/debug-debug/test.o: override CXXFLAGS += -g -O0
-obj/run-test-debug-debug.stamp: TESTER=gdb -return-child-result -nx -batch -iex 'set auto-load safe-path /' -x ${SRC_DIR}/tools/debug-debug.gdb
+obj/run-test-debug-debug.stamp: TESTER=gdb -return-child-result -nx -batch -x ${SRC_DIR}/tools/debug-debug.gdb --args false
obj/run-test-debug-debug.stamp: tools/debug-debug.gdb
test: $(patsubst bin/%,obj/run-%.stamp,${TEST_BINARIES})