some tweaks to the moved tests to make them more suitable for automatic testing

This commit is contained in:
mrdudz
2020-07-13 21:26:07 +02:00
parent 882194c221
commit 5ad365c5df
7 changed files with 108 additions and 64 deletions

View File

@@ -137,8 +137,9 @@ unsigned char main(void)
} else {
printf("There were no");
}
printf(" failures.\nTap a key. ");
printf(" failures.\nTap a key.\n");
#if defined(__CC65__) && !defined(__SIM6502__) && !defined(__SIM65C02__)
cgetc();
#endif
return failures;
}