diff options
Diffstat (limited to 'test/wall-atlas.cpp')
-rw-r--r-- | test/wall-atlas.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/wall-atlas.cpp b/test/wall-atlas.cpp new file mode 100644 index 00000000..61f252b7 --- /dev/null +++ b/test/wall-atlas.cpp @@ -0,0 +1,16 @@ +#include "test/app.hpp" +#include "src/wall-atlas.hpp" + +namespace floormat { + +namespace { + + + +} // namespace + +void test_app::test_wall_atlas() +{ +} + +} // namespace floormat |