diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 18:53:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 20:43:16 +0100 |
commit | f6f16968a703dda7f66212e1527ba177dde26939 (patch) | |
tree | 5c480810b6b92f4511be49ed93448f250991433f /test/main.cpp | |
parent | 4cd305a0420f1acc75a8f81ff15264a99581f9d0 (diff) |
test stuff
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/main.cpp b/test/main.cpp index 2fcc5715..dbf4a10e 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -22,7 +22,8 @@ int test_app::exec() fm_assert(test_json()); fm_assert(test_tile_iter()); fm_assert(test_const_math()); - fm_assert(test_serializer()); + test_serializer(); + test_entity(); return 0; } |