From 08b4a91204ff7174c381f887d87878d8bb1181ff Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 5 Dec 2009 19:54:38 -0800 Subject: Add a test for circularly-linked descriptors. The test currently triggers valgrind-detected memory errors. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9496ce5..cc30814 100644 --- a/Makefile +++ b/Makefile @@ -74,10 +74,15 @@ python: $(LIBUPB_PIC) cd lang_ext/python && python setup.py build # Tests +tests/test.proto.pb: tests/test.proto + # TODO: replace with upbc + protoc tests/test.proto -otests/test.proto.pb + tests: tests/tests \ tests/test_table \ tests/t.test_vs_proto2.googlemessage1 \ - tests/t.test_vs_proto2.googlemessage2 + tests/t.test_vs_proto2.googlemessage2 \ + tests/test.proto.pb #VALGRIND=valgrind --leak-check=full --error-exitcode=1 VALGRIND= -- cgit v1.2.3