summaryrefslogtreecommitdiffhomepage
path: root/test/app.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-08 15:52:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-08 15:55:46 +0200
commitd3ce646545c77612035adabb57ecd4e03d3950fa (patch)
tree9f7857561962ec20ff27b3404292eff88acce184 /test/app.cpp
parentec5555d7dcd5fe9f53cf2f2e462bf0506f40625b (diff)
move temporary tests to be executed first
Diffstat (limited to 'test/app.cpp')
-rw-r--r--test/app.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app.cpp b/test/app.cpp
index 91fd7b7c..b6b032eb 100644
--- a/test/app.cpp
+++ b/test/app.cpp
@@ -55,6 +55,7 @@ int App::exec()
StringView name;
void(*function)();
} list[] = {
+ FM_TEST(test_local),
// fast
FM_TEST(test_magnum_math),
FM_TEST(test_math),
@@ -65,7 +66,6 @@ int App::exec()
FM_TEST(test_entity),
FM_TEST(test_hash),
// normal
- FM_TEST(test_zzz_misc),
FM_TEST(test_bitmask),
FM_TEST(test_json),
FM_TEST(test_json2),