0
0
This commit is contained in:
Guy Baconniere
2021-08-16 13:27:55 +02:00
parent c665b6c546
commit 0909750997
21 changed files with 431 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
test=$1
set -e
norminette -R CheckForbiddenSourceHeader ../$test/ft_*.c
gcc -Wall -Wextra -Werror -o a.out $test.c
#gcc -o a.out $test.c
./a.out
rm -f a.out