From 02ede91eb243f514f0db1e972d1882e92fa9c8d8 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 22 Dec 2011 12:22:36 -0800 Subject: Small Makefile fix. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3