emu6502/test_main.c

4 lines
72 B
C

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