Oublie : Ajout des fichiers de test pour la dépendance inexistante du test 13

This commit is contained in:
Louay DARDOURI 2025-02-09 17:49:25 +01:00
parent 1bafee8e5c
commit 547086887d
4 changed files with 28 additions and 0 deletions
tests/C/test-13-dependancy-dont-exist

@ -0,0 +1,7 @@
all: main
main: main.c test
gcc -o main main.c
clean:
rm -f main

@ -0,0 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
int main(void){
printf("Ceci est un test pour la SAé !");
return 0;
}

@ -0,0 +1,7 @@
all: main
main: main.c test
gcc -o main main.c
clean:
rm -f main

@ -0,0 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
int main(void){
printf("Ceci est un test pour la SAé !");
return 0;
}