summaryrefslogtreecommitdiffhomepage
path: root/test/scenery.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-13 14:58:17 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-13 21:22:32 +0100
commit8f7b089e246b5e55d1cacb756da4219bb751236f (patch)
treeb302742a6cdc70c393c6020bc8e3b4d1bc08d348 /test/scenery.cpp
parent9b70fb78e70a509ba5bfa1c1d0a839eddd0902dc (diff)
scenery loader now works
Diffstat (limited to 'test/scenery.cpp')
-rw-r--r--test/scenery.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/scenery.cpp b/test/scenery.cpp
deleted file mode 100644
index 378d2cc1..00000000
--- a/test/scenery.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#include "app.hpp"
-#include "loader/loader.hpp"
-#include "loader/scenery-cell.hpp"
-
-namespace floormat {
-
-namespace {
-
-void test_loading()
-{
- fm_assert(!loader.sceneries().isEmpty());
-}
-
-} // namespace
-
-void test_app::test_scenery()
-{
- test_loading();
-}
-
-} // namespace floormat