summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-06 08:21:47 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-06 08:21:47 -0800
commit4667ed4be921b2142321e47c8ccc6a35a9189277 (patch)
tree416d9bf9cffa3b9abc99f7f69a68e84df8f0a203 /Makefile
parent806ba1c80d86bd59759cf59efc057662eecbcf65 (diff)
All tests pass again, valgrind-clean! Next up: benchmarks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 11 insertions, 8 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback