summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
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=
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback