diff options
-rw-r--r-- | tests/sdl_joystick.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sdl_joystick.c b/tests/sdl_joystick.c index 7035050f..50802c31 100644 --- a/tests/sdl_joystick.c +++ b/tests/sdl_joystick.c @@ -119,5 +119,6 @@ void main_2(void* arg) { // End test. result = 2; printf("Test passed!\n"); + REPORT_RESULT(); } |