summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-03-05 20:54:44 -0500
committergumi <git@gumi.ca>2018-03-05 20:54:44 -0500
commitdba5f50ff79d78eb30d75eb27ad5a0dba30162dc (patch)
tree36f6606ec1871a78ab9f1ce7702f3d0cece08d38 /Makefile.in
parent65b745a6493ceb13124cb2883109e4fed0aa3b97 (diff)
downloadtmwa-dba5f50ff79d78eb30d75eb27ad5a0dba30162dc.tar.gz
tmwa-dba5f50ff79d78eb30d75eb27ad5a0dba30162dc.tar.bz2
tmwa-dba5f50ff79d78eb30d75eb27ad5a0dba30162dc.tar.xz
tmwa-dba5f50ff79d78eb30d75eb27ad5a0dba30162dc.zip
fix gdb tests for python3
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 894165e..779ca04 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -502,7 +502,7 @@ obj/gtest%.pdc.o: ${GTEST_DIR}/src/gtest%.cc
DTEST_OBJS := $(filter obj/debug-debug/%.pdc.o,${PDC_OBJECTS})
DTEST_STAMPS := $(patsubst bin/tests/%.elf,stamp/run-%.stamp,${DTEST_BINARIES})
${DTEST_OBJS}: override CXXFLAGS += -g -O0 -gdwarf-3
-${DTEST_STAMPS}: override TESTER=${GDB} -return-child-result -nx -batch -ex 'python2.7 file_to_load = "$<"' -x ${SRC_DIR}/tools/debug-debug.gdb --args false
+${DTEST_STAMPS}: override TESTER=${GDB} -return-child-result -nx -batch -ex 'python file_to_load = "$<"' -x ${SRC_DIR}/tools/debug-debug.gdb --args false
${DTEST_STAMPS}: tools/debug-debug.gdb
ifeq '$(findstring clang,${CXX})' 'clang'
${DTEST_STAMPS}: