summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-09-14 01:07:24 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-09-14 03:58:59 +0200
commit24640fdb03eb098f5c308ee26d8372a366525a8f (patch)
tree1ef7c4b874cb39ebf60faf9706ba0325a54274c1 /test/app.hpp
parente264037a78005abfb39edaed05c6014dc5230413 (diff)
add more constexpr math and tests
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/app.hpp b/test/app.hpp
index f3e57da2..db1d11a9 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -33,7 +33,8 @@ struct test_app final : private FM_APPLICATION
static void test_json();
static void test_tile_iter();
- static void test_const_math();
+ static void test_magnum_math();
+ static void test_math();
static void test_serializer_1();
static void test_serializer_2();
static void test_entity();