diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-08 08:20:12 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-08 10:38:53 +0200 |
| commit | 39670daf26c4fbbfe9148dec30c9f0e075eff404 (patch) | |
| tree | 50778183928c5aad1a9308a86852bb4a68581b30 /test/app.cpp | |
| parent | 63edd105d758a39b856f9099b339de30895df8ac (diff) | |
improve hash api and hash test
Diffstat (limited to 'test/app.cpp')
| -rw-r--r-- | test/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app.cpp b/test/app.cpp index 35a65743..6ace3ca5 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -65,7 +65,6 @@ int App::exec() FM_TEST(test_bptr), FM_TEST(test_iptr), FM_TEST(test_entity), - FM_TEST(test_hash), // normal FM_TEST(test_bitmask), FM_TEST(test_json), @@ -75,6 +74,7 @@ int App::exec() FM_TEST(test_raycast), FM_TEST(test_wall_atlas), FM_TEST(test_wall_atlas2), + FM_TEST(test_hash), FM_TEST(test_region), // the rest are slow FM_TEST(test_rtree), |
