diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 18:58:49 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-24 18:58:49 +0100 |
commit | 7d02953f5338fc60d0a3941ab6a144b1a0e5bc96 (patch) | |
tree | 009575e536f8ffb2c05fe418d87ed7c2814c76d0 /test/app.cpp | |
parent | 849d73f22ad89e04137006704d2fd6d6fdbb4969 (diff) |
test: add region test
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 5e343bdc..0cacfe45 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -54,6 +54,7 @@ int test_app::exec() FM_TEST(test_raycast), FM_TEST(test_json), FM_TEST(test_loader), + FM_TEST(test_region), FM_TEST(test_wall_atlas), FM_TEST(test_json2), FM_TEST(test_wall_atlas2), |