Ajout du test n°22 + Correction du makefile du projet
This commit is contained in:
2
tests/C/test-22-future-timestamp/make/Makefile
Normal file
2
tests/C/test-22-future-timestamp/make/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
main: main.c
|
||||
gcc -o main main.c
|
BIN
tests/C/test-22-future-timestamp/make/main
Executable file
BIN
tests/C/test-22-future-timestamp/make/main
Executable file
Binary file not shown.
7
tests/C/test-22-future-timestamp/make/main.c
Normal file
7
tests/C/test-22-future-timestamp/make/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void){
|
||||
printf("Ceci est un programme de test pour le test n°22.\n");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user