diff options
Diffstat (limited to 'test/app.hpp')
-rw-r--r-- | test/app.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/app.hpp b/test/app.hpp index a7814697..7c736a95 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -32,12 +32,13 @@ struct test_app final : private FM_APPLICATION static void test_json(); static void test_json2(); static void test_json3(); - static void test_saves(); static void test_loader(); static void test_loader2(); + static void test_loader3(); static void test_magnum_math(); static void test_math(); static void test_raycast(); + static void test_saves(); static void test_serializer1(); static void test_tile_iter(); static void test_wall_atlas(); |