summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-08-02 10:25:24 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-08-02 10:25:24 -0700
commita9e998159c5ac8c4f2644b5ed0eda2e8ff1f8706 (patch)
treefc9324a56042e65d96ac04a4b39412783062007e /Makefile
parent4e7dc9d8b6baa598ec63a9991e8b11aede576ac1 (diff)
Fleshed out upb_msg: test_vs_proto2 compiles but fails.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 203bed6..131b3c0 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ clean:
# The core library (core/libupb.a)
SRC=core/upb.c stream/upb_decoder.c core/upb_table.c core/upb_def.c core/upb_string.c \
core/upb_stream.c stream/upb_stdio.c stream/upb_strstream.c stream/upb_textprinter.c \
+ core/upb_msg.c \
descriptor/descriptor.c
$(SRC): perf-cppflags
# Parts of core that are yet to be converted.
@@ -101,14 +102,13 @@ tests/test.proto.pb: tests/test.proto
TESTS=tests/test_string \
tests/test_table \
tests/test_def \
- tests/test_decoder
-tests: $(TESTS)
-
-OTHER_TESTS=tests/tests \
- tests/test_table \
+ tests/test_decoder \
tests/t.test_vs_proto2.googlemessage1 \
tests/t.test_vs_proto2.googlemessage2 \
tests/test.proto.pb
+tests: $(TESTS)
+
+OTHER_TESTS=tests/tests \
$(TESTS): core/libupb.a
VALGRIND=valgrind --leak-check=full --error-exitcode=1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback