commit
This commit is contained in:
8
C_04/git/tests_C04/main.sh
Executable file
8
C_04/git/tests_C04/main.sh
Executable 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
|
||||
Reference in New Issue
Block a user