Ajout du test n°14 pour vérifier la suppression d'un fichier source et la recompilation avec Bake et Make
This commit is contained in:
6
tests/C/test-14-remove-source-and-rebuild/make/test.c
Normal file
6
tests/C/test-14-remove-source-and-rebuild/make/test.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("Hello, Bake!\n");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user