diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-10 18:36:41 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 11:07:56 +0200 |
| commit | 4a3dd8b6fe07961f5f9b4b839f718019657f8dd2 (patch) | |
| tree | 480a10d268168c20542459b8d72f82a4e71c6baf /test/app.cpp | |
| parent | dd9b8bd02f301291aa47cf4b52f19c6f5805ac1f (diff) | |
compat, test: improve {static_,}array_size
Diffstat (limited to 'test/app.cpp')
| -rw-r--r-- | test/app.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.cpp b/test/app.cpp index 6ace3ca5..c3ffa8fd 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -58,6 +58,7 @@ int App::exec() FM_TEST(test_local), // fast FM_TEST(test_magnum_math), + FM_TEST(test_util), FM_TEST(test_math), FM_TEST(test_astar_pool), FM_TEST(test_coords), |
