diff --git a/emu6502.c b/emu6502.c index 274641c..cc94127 100644 --- a/emu6502.c +++ b/emu6502.c @@ -19,7 +19,7 @@ byte* read_game() { } int main() -{ +{ run_tests(); printf("All tests succeeded.\n"); return 0;