summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-07-10 13:28:47 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-07-10 13:28:47 -0700
commit2ef013126c682a44d15554ea7a04144fc9a10fed (patch)
treec7657b6749518d5374069755fc2f44380b2d3a2e /Makefile
parente29bf964d1716398e8354a50f506906a307298e5 (diff)
Fleshed out upb_string further. Now upb_def's only
unresolved references are upb_src.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f977b4..2abe0c7 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,8 @@ tests/test.proto.pb: tests/test.proto
protoc tests/test.proto -otests/test.proto.pb
TESTS=tests/test_string \
- tests/test_table
+ tests/test_table \
+ tests/test_def
tests: $(TESTS)
OTHER_TESTS=tests/tests \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback