summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-08-28 17:47:36 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-08-28 17:47:36 -0700
commitf9e700192ddaf25974a57050298cfe879b5b70eb (patch)
treec38c259fd0655bc55dc609529e9a4ccdece80bdd /Makefile.in
parentcda4e66b1a51c37118e0e1eb77504eca564df131 (diff)
downloadtmwa-f9e700192ddaf25974a57050298cfe879b5b70eb.tar.gz
tmwa-f9e700192ddaf25974a57050298cfe879b5b70eb.tar.bz2
tmwa-f9e700192ddaf25974a57050298cfe879b5b70eb.tar.xz
tmwa-f9e700192ddaf25974a57050298cfe879b5b70eb.zip
Oops, debug-debug tests were not being run on travis
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 7ea4d5d..995b7e9 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 -x ${SRC_DIR}/tools/debug-debug.gdb --args false
+obj/run-test-debug-debug.stamp: override 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})