diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/test.cpp b/src/tests/test.cpp index a45eecf..d731d7c 100644 --- a/src/tests/test.cpp +++ b/src/tests/test.cpp @@ -21,6 +21,11 @@ #include "../poison.hpp" + +namespace tmwa +{ +} // namespace tmwa + int main(int argc, char **argv) { ::testing::InitGoogleTest(&argc, argv); |