diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 20:40:17 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 20:43:16 +0100 |
commit | 9ee7bc711a5ec19802aafffc2b0d5312cb54f5e2 (patch) | |
tree | c5b84cd15564e274bf374f47571c8cde96f44a8b /test/main.cpp | |
parent | 8577350b4b3eeec0f64626d815597eb805ddd9c7 (diff) |
test stuff
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/main.cpp b/test/main.cpp index dbf4a10e..72f21555 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -19,9 +19,9 @@ test_app::~test_app() int test_app::exec() { - fm_assert(test_json()); - fm_assert(test_tile_iter()); - fm_assert(test_const_math()); + test_json(); + test_tile_iter(); + test_const_math(); test_serializer(); test_entity(); return 0; |