summaryrefslogtreecommitdiff
path: root/tests/test_table.cc
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-07-15 12:05:43 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-07-15 12:05:43 -0700
commit10265aa56b22ac4f04e7ba08330138e4507534e4 (patch)
treee821c85219a10b4ee3df715ab774465fdf87cf1d /tests/test_table.cc
parent6a1f3a66939308668ab8dce0d195afec16e02af9 (diff)
Directory restructure.
Includes are now via upb/foo.h. Files specific to the protobuf format are now in upb/pb (the core library is concerned with message definitions, handlers, and byte streams, but knows nothing about any particular serializationf format).
Diffstat (limited to 'tests/test_table.cc')
-rw-r--r--tests/test_table.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/test_table.cc b/tests/test_table.cc
index 0b47874..8d98f2c 100644
--- a/tests/test_table.cc
+++ b/tests/test_table.cc
@@ -1,15 +1,16 @@
#undef NDEBUG /* ensure tests always assert. */
-#include "upb_table.h"
+#include "upb/table.h"
#include "test_util.h"
#include <assert.h>
+#include <string.h>
+#include <sys/resource.h>
+#include <ext/hash_map>
+#include <iostream>
#include <map>
+#include <set>
#include <string>
#include <vector>
-#include <set>
-#include <ext/hash_map>
-#include <sys/resource.h>
-#include <iostream>
bool benchmark = false;
#define CPU_TIME_PER_TEST 0.5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback