summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2013-10-24 13:18:10 -0700
committerJosh Haberman <jhaberman@gmail.com>2013-10-24 13:18:10 -0700
commitaa8db6ab5ea18848247b8c4ac4715cf344941e94 (patch)
treed168d480ed366620b4d2965ff8f3ca801cc1c9ee /Makefile
parentccb2f8ab8727315b6b520cbdf1ea3a5501f4e1db (diff)
Build fix for Mac OS X.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f8af8e2..3cb6d00 100644
--- a/Makefile
+++ b/Makefile
@@ -253,8 +253,8 @@ $(SIMPLE_CXX_TESTS): % : %.cc
$(E) CXX $<
$(Q) $(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ tests/testmain.o $< $(LIBUPB)
-VALGRIND=valgrind --leak-check=full --error-exitcode=1 --track-origins=yes
-#VALGRIND=
+#VALGRIND=valgrind --leak-check=full --error-exitcode=1 --track-origins=yes
+VALGRIND=
test: tests
@set -e # Abort on error.
@for test in $(SIMPLE_TESTS) $(SIMPLE_CXX_TESTS); do \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback