diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 18:25:11 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 18:58:33 +0100 |
commit | 849d73f22ad89e04137006704d2fd6d6fdbb4969 (patch) | |
tree | 1b539a3610d6c819a87d1716beb09b952c9da8c8 /test/app.cpp | |
parent | fdd9a4b31ff4f90388c1496bc5626bc2a5319064 (diff) |
sort, clean up tests
Diffstat (limited to 'test/app.cpp')
-rw-r--r-- | test/app.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/app.cpp b/test/app.cpp index 2da424c6..5e343bdc 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -53,14 +53,15 @@ int test_app::exec() FM_TEST(test_hash), FM_TEST(test_raycast), FM_TEST(test_json), + FM_TEST(test_loader), FM_TEST(test_wall_atlas), FM_TEST(test_json2), FM_TEST(test_wall_atlas2), FM_TEST(test_json3), FM_TEST(test_bitmask), - FM_TEST(test_loader), - FM_TEST(test_serializer1), FM_TEST(test_loader2), + FM_TEST(test_serializer1), + FM_TEST(test_loader3), FM_TEST(test_astar_pool), FM_TEST(test_astar), FM_TEST(test_dijkstra), |