summaryrefslogtreecommitdiffhomepage
path: root/test/main.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-13 20:40:17 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-13 20:43:16 +0100
commit9ee7bc711a5ec19802aafffc2b0d5312cb54f5e2 (patch)
treec5b84cd15564e274bf374f47571c8cde96f44a8b /test/main.cpp
parent8577350b4b3eeec0f64626d815597eb805ddd9c7 (diff)
test stuff
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp6
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;