diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-08 15:52:01 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-08 15:55:46 +0200 |
| commit | d3ce646545c77612035adabb57ecd4e03d3950fa (patch) | |
| tree | 9f7857561962ec20ff27b3404292eff88acce184 /test/app.hpp | |
| parent | ec5555d7dcd5fe9f53cf2f2e462bf0506f40625b (diff) | |
move temporary tests to be executed first
Diffstat (limited to 'test/app.hpp')
| -rw-r--r-- | test/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app.hpp b/test/app.hpp index 7e2381bc..fff5a5fa 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -31,6 +31,7 @@ void test_json3(); void test_loader(); void test_loader2(); void test_loader3(); +void test_local(); void test_magnum_math(); void test_math(); void test_raycast(); @@ -40,6 +41,5 @@ void test_saves(); void test_script(); void test_wall_atlas(); void test_wall_atlas2(); -void test_zzz_misc(); } // namespace floormat::Test |
