added the folder and makefile structure for the tests and made some tests

This commit is contained in:
Nathan Lebrun
2025-01-14 19:04:06 +01:00
parent e47ba2f8f8
commit 8902b8f141
3 changed files with 83 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ char *powerline(void)
tilt = " ";
printf("%s----------------------------------------------\
----------------------------------%s", POW5, RESET);
printf("\n%s  MMOAT %s%s%s%s%s %s%s%s ",
printf("\n%s  MMOAT %s%s%s%s%s %s%s%s ",
POW1, POW2, POW3, POW4, tilt, pwd, RESET, POW5, RESET);
return (readline(""));
}