summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-23 16:08:20 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-23 16:08:20 -0700
commite58c871c19dc7d6e6f097fce1104287a19af5732 (patch)
tree30ff840211ce167e490764d0ad2c1108cd2cab98 /tests
parentd8c93dc1a2a435a102d6d2c92b478962372ffb14 (diff)
upb is fully self-hosting (except for text->descriptor)!
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.c b/tests/tests.c
index 79d891a..b09bd04 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -9,6 +9,7 @@
#include "upb_context.c"
#include "upb_msg.c"
#include "upb_table.c"
+#include "upb_text.c"
int num_assertions = 0;
#define ASSERT(expr) do { \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback