summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
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/app.hpp
parent8577350b4b3eeec0f64626d815597eb805ddd9c7 (diff)
test stuff
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/app.hpp b/test/app.hpp
index 76cbab18..7365e093 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -19,9 +19,9 @@ struct test_app final : private FM_APPLICATION
explicit test_app(const Arguments& arguments);
~test_app();
int exec() override;
- static bool test_json();
- static bool test_tile_iter();
- static bool test_const_math();
+ static void test_json();
+ static void test_tile_iter();
+ static void test_const_math();
static void test_serializer();
static void test_entity();
};