From e58c871c19dc7d6e6f097fce1104287a19af5732 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 23 Jul 2009 16:08:20 -0700 Subject: upb is fully self-hosting (except for text->descriptor)! --- tests/tests.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 { \ -- cgit v1.2.3