aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
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