From 824689f929a4148668aaab2b31fa87bf16e8c804 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Sat, 12 Mar 2016 17:50:32 -0800 Subject: Flush icache when using swbps and report to gdb. --- Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index d6b0496..1e353ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,7 +121,7 @@ INSTALL_EXE := $(INSTALL) -m 555 STOW := @stow@ # Tests -bintests = +bintests = tests/gdbserver-smoke.py #------------------------------------------------------------------------- # Include subproject makefile fragments @@ -333,8 +333,9 @@ deps : $(deps) #------------------------------------------------------------------------- bintest_outs = $(bintests:=.out) -%.out: % - $^ < /dev/null > $@ 2>&1 +junk += $(bintest_outs) +%.out: % all + ./$^ < /dev/null 2>&1 | tee $@ check-cpp : $(test_outs) echo; grep -h -e'Unit Tests' -e'FAILED' -e'Segmentation' $^ < /dev/null; echo -- cgit v1.1