summaryrefslogtreecommitdiffhomepage
path: root/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/main.cpp b/test/main.cpp
index fe07ce79..131e8452 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -23,13 +23,14 @@ int test_app::exec()
{
test_json();
test_tile_iter();
- test_const_math();
+ test_magnum_math();
test_entity();
test_loader();
test_bitmask();
test_serializer_1();
test_serializer_2();
test_path_search();
+ test_math();
zzz_test_misc();
return 0;