diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-11 01:35:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-11 01:35:15 +0100 |
commit | 067a3f3ae0c1ab94ace005897673a484e165b31b (patch) | |
tree | b39d7d3b1e3e4240adff8ceedf4fd10c083b979f /test | |
parent | 9aba8139b728d3b25f5763ddc134b09e5a2e1948 (diff) |
wipshit
Diffstat (limited to 'test')
-rw-r--r-- | test/app.hpp | 1 | ||||
-rw-r--r-- | test/main.cpp | 1 | ||||
-rw-r--r-- | test/wall-atlas2.cpp | 7 |
3 files changed, 9 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp index b0b7f30f..3fb88666 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -37,6 +37,7 @@ struct test_app final : private FM_APPLICATION static void test_scenery(); static void test_path_search_node_pool(); static void test_wall_atlas(); + static void test_wall_atlas2(); static void zzz_test_misc(); }; } // namespace floormat diff --git a/test/main.cpp b/test/main.cpp index 2bd038ce..a5a96c54 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -33,6 +33,7 @@ int test_app::exec() test_math(); test_hash(); test_wall_atlas(); + test_wall_atlas2(); test_scenery(); test_path_search_node_pool(); diff --git a/test/wall-atlas2.cpp b/test/wall-atlas2.cpp new file mode 100644 index 00000000..778b5b0b --- /dev/null +++ b/test/wall-atlas2.cpp @@ -0,0 +1,7 @@ +#include "app.hpp" + +namespace floormat { + +//void test_app::test_wall_atlas2() {} + +} // namespace floormat |