diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 17:44:47 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 17:44:47 -0800 |
commit | c44237f5d2190f55e3d2dd536e4131227a277b77 (patch) | |
tree | f370bbbefc80414c7b3bfb97edb5911467458469 | |
parent | 9e17b54163e9888e31bf79cb2eee7df10e5ee06a (diff) |
fix joystick browser integration
-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(); } |