From 4667ed4be921b2142321e47c8ccc6a35a9189277 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 6 Feb 2011 08:21:47 -0800 Subject: All tests pass again, valgrind-clean! Next up: benchmarks. --- Makefile | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a96c3f7..18c33d4 100644 --- a/Makefile +++ b/Makefile @@ -118,17 +118,20 @@ tests/test.proto.pb: tests/test.proto # TODO: replace with upbc protoc tests/test.proto -otests/test.proto.pb -TESTS=tests/test_string \ - tests/test_table \ - tests/test_def \ - tests/test_stream \ - tests/t.test_vs_proto2.googlemessage1 \ - tests/t.test_vs_proto2.googlemessage2 \ +TESTS= \ + tests/test_string \ + tests/test_table \ + tests/test_def \ + tests/test_stream \ + tests/t.test_vs_proto2.googlemessage1 \ + tests/t.test_vs_proto2.googlemessage2 \ + tests/test.proto.pb \ + tests/tests + # tests/test_decoder \ -# tests/test.proto.pb + tests: $(LIBUPB) $(TESTS) -OTHER_TESTS=tests/tests \ $(TESTS): $(LIBUPB) VALGRIND=valgrind --leak-check=full --error-exitcode=1 -- cgit v1.2.3