summaryrefslogtreecommitdiff
path: root/modules/codec/tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/tests')
-rw-r--r--modules/codec/tests/data_raw.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/codec/tests/data_raw.cpp b/modules/codec/tests/data_raw.cpp
new file mode 100644
index 0000000..99d55a8
--- /dev/null
+++ b/modules/codec/tests/data_raw.cpp
@@ -0,0 +1,10 @@
+#include <forstio/test/suite.hpp>
+#include "../c++/data_raw.hpp"
+
+namespace {
+namespace sch {
+using namespace saw::schema;
+}
+
+
+}