summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2015-06-22 15:37:59 -0700
committerJoshua Haberman <jhaberman@gmail.com>2015-06-22 15:37:59 -0700
commitff8b042ad310f105249eeab761427669d6fe9766 (patch)
treedaeed7a7201ca0440a0b34f66ee0525369ccf113 /Makefile
parentd264438d15a8f5a6b539ce38f8ea125ab5f1dd98 (diff)
parentc3e9a57a6fff08640f3ad05e8df971d5ddb37d51 (diff)
Merge pull request #30 from haberman/encoderfix
Fixed some bad bugs in upb_env.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9d38583..c0aa3ff 100644
--- a/Makefile
+++ b/Makefile
@@ -289,6 +289,7 @@ C_TESTS = \
CC_TESTS = \
tests/pb/test_decoder \
+ tests/pb/test_encoder \
tests/json/test_json \
tests/test_cpp \
tests/test_table \
@@ -317,12 +318,11 @@ tests/pb/test_varint: LIBS = lib/libupb.pb.a lib/libupb.a $(EXTRA_LIBS)
tests/test_def: LIBS = $(LOAD_DESCRIPTOR_LIBS) lib/libupb.a $(EXTRA_LIBS)
tests/test_handlers: LIBS = lib/libupb.descriptor.a lib/libupb.a $(EXTRA_LIBS)
tests/pb/test_decoder: LIBS = lib/libupb.pb.a lib/libupb.a $(EXTRA_LIBS)
+tests/pb/test_encoder: LIBS = lib/libupb.pb.a lib/libupb.descriptor.a lib/libupb.a $(EXTRA_LIBS)
tests/test_cpp: LIBS = $(LOAD_DESCRIPTOR_LIBS) lib/libupb.a $(EXTRA_LIBS)
tests/test_table: LIBS = lib/libupb.a $(EXTRA_LIBS)
tests/json/test_json: LIBS = lib/libupb.a lib/libupb.json.a $(EXTRA_LIBS)
-tests/test_def: tests/test.proto.pb
-
tests/test.proto.pb: tests/test.proto
@# TODO: add .proto file parser to upb so this isn't necessary.
protoc tests/test.proto -otests/test.proto.pb
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback