summaryrefslogtreecommitdiffhomepage
path: root/test/app.cpp
diff options
context:
space:
mode:
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),