summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-12-22 12:22:36 -0800
committerJoshua Haberman <jhaberman@gmail.com>2011-12-22 12:22:36 -0800
commit02ede91eb243f514f0db1e972d1882e92fa9c8d8 (patch)
tree83b85072a2ccab8d43c6737e631762a5a110df19 /Makefile
parent1b9b6bd1ad2d862a7df86096e96991135f0fb92c (diff)
Small Makefile fix.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8449013..6aef581 100644
--- a/Makefile
+++ b/Makefile
@@ -211,7 +211,7 @@ VARIADIC_TESTS= \
tests/t.test_vs_proto2.googlemessage1 \
tests/t.test_vs_proto2.googlemessage2 \
-TESTS=$(SIMPLE_TESTS) $(SIMPLE_CXX_TESTS) $(VARIADIC_TESTS)
+TESTS=$(SIMPLE_TESTS) $(SIMPLE_CXX_TESTS) $(VARIADIC_TESTS) $(SLOW_TESTS)
tests: $(TESTS)
$(TESTS): $(LIBUPB)
tests/tests: tests/test.proto.pb
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback