diff options
Diffstat (limited to 'test/main.cpp')
| -rw-r--r-- | test/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp index 06a2e64d..6dfe1f85 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -1,4 +1,5 @@ #include "app.hpp" +#include "compat/assert.hpp" #include "loader.hpp" #include <filesystem> #include <Corrade/Containers/Pair.h> @@ -26,6 +27,7 @@ int app::exec() bool ret = true; ret &= test_json(); ret &= test_tile_iter(); + ret &= test_const_math(); return !ret; } |
