Updated and revised some tests

This commit is contained in:
2026-05-19 11:24:49 +10:00
parent 414a9d6194
commit a0d75b3c70
20 changed files with 49 additions and 54 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "toy_console_colors.h"
#include <stdio.h>
#include <string.h>
int main(void) {
//TODO: Test not yet implemented
printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
return 0;
}