summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-08-28 18:32:32 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-08-28 18:32:32 -0700
commit6763680b3737ccc2b401396d0a963ef20f732b10 (patch)
tree7409cb4a7f0af9d6e5d951eb1ca3c3216c6cd073 /Makefile.in
parentf9e700192ddaf25974a57050298cfe879b5b70eb (diff)
downloadtmwa-6763680b3737ccc2b401396d0a963ef20f732b10.tar.gz
tmwa-6763680b3737ccc2b401396d0a963ef20f732b10.tar.bz2
tmwa-6763680b3737ccc2b401396d0a963ef20f732b10.tar.xz
tmwa-6763680b3737ccc2b401396d0a963ef20f732b10.zip
Stuff that's necessary for travis to debug debug
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 995b7e9..f39261f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -443,6 +443,11 @@ obj/gtest-all.pdc.o: ${GTEST_DIR}/src/gtest-all.cc
obj/debug-debug/test.o: override CXXFLAGS += -g -O0
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
+ifeq '$(findstring clang,${CXX})' 'clang'
+obj/run-test-debug-debug.stamp:
+ @echo "Error: sorry, but clang can't be used with gdb"
+ -false
+endif
test: $(patsubst bin/%,obj/run-%.stamp,${TEST_BINARIES})
obj/run-%.stamp: bin/%