diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-06-10 17:21:29 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-06-10 17:21:29 +0200 |
commit | 6c8e3d1786a5de4ae562c03693b8dad9dd0ab26e (patch) | |
tree | 18275240cfb8ff30e1d383ea351a277e894e988f /tests/core.cpp | |
parent | b670001ca80dbc0e1a51b4a08776eb41dabc2a9e (diff) |
tests,c++: Intermediate commit preparing testing and json
Diffstat (limited to 'tests/core.cpp')
-rw-r--r-- | tests/core.cpp | 7 |
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 { + +} +} |