1
0
mirror of https://github.com/jborza/emu6502.git synced 2025-02-16 17:30:27 +00:00
emu6502/test_main.c

4 lines
72 B
C
Raw Normal View History

2019-05-01 20:30:35 +02:00
#include "test6502.h"
int main(int argc, char* argv[]) {
run_tests();
}