1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-08 07:29:32 +00:00
emu6502/test_main.c

4 lines
72 B
C
Raw Normal View History

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