diff options
Diffstat (limited to 'test/app.hpp')
-rw-r--r-- | test/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp index 943e53a3..31df8a35 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -10,5 +10,6 @@ struct floormat final : Platform::WindowlessWglApplication // NOLINT(cppcoreguid static bool test_json(); static bool test_tile_iter(); static bool test_const_math(); + static bool test_serializer(); }; } // namespace floormat |