Files
super6502/sw/tests/test_main.c
Byron Lathi 08af30e823 Remove C tests
The previous tests are not useful anymore.
2022-03-12 19:25:01 -06:00

7 lines
85 B
C

#include <stdio.h>
int main(void)
{
printf("No test to run!\n");
return 0;
}