1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-07 16:16:37 +00:00
emu6502/test_main.c
2019-05-01 20:30:35 +02:00

4 lines
72 B
C

#include "test6502.h"
int main(int argc, char* argv[]) {
run_tests();
}