summaryrefslogtreecommitdiff
path: root/tests/core.cpp
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-06-10 17:21:29 +0200
committerClaudius Holeksa <mail@keldu.de>2023-06-10 17:21:29 +0200
commit6c8e3d1786a5de4ae562c03693b8dad9dd0ab26e (patch)
tree18275240cfb8ff30e1d383ea351a277e894e988f /tests/core.cpp
parentb670001ca80dbc0e1a51b4a08776eb41dabc2a9e (diff)
tests,c++: Intermediate commit preparing testing and json
Diffstat (limited to 'tests/core.cpp')
-rw-r--r--tests/core.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/core.cpp b/tests/core.cpp
new file mode 100644
index 0000000..af19b42
--- /dev/null
+++ b/tests/core.cpp
@@ -0,0 +1,7 @@
+#include <forstio/test/suite.h>
+
+namespace {
+SAW_TEST {
+
+}
+}