diff options
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp index 2187ba21..4b176048 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -26,6 +26,7 @@ int test_app::exec() test_entity(); test_loader(); test_bitmask(); + return 0; } |