summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 419eada..bccf860 100644
--- a/Makefile
+++ b/Makefile
@@ -252,7 +252,6 @@ $(SIMPLE_CXX_TESTS): % : %.cc
#VALGRIND=valgrind --leak-check=full --error-exitcode=1 --track-origins=yes
VALGRIND=
test: tests
- @echo Running all tests under valgrind.
@set -e # Abort on error.
@for test in $(SIMPLE_TESTS) $(SIMPLE_CXX_TESTS); do \
if [ -x ./$$test ] ; then \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback