auteur test

This commit is contained in:
Jack Halford 2017-10-22 18:38:57 +02:00
parent 07728f5057
commit b1ba5b3f44
2 changed files with 9 additions and 0 deletions

1
nm-otool/auteur Normal file
View file

@ -0,0 +1 @@
jhalford

8
nm-otool/test.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env zsh
make
diff <(./ft_nm $@) <(nm $@)
if [ $? -eq 0 ]; then
echo "OK ✅"
else
echo "ERROR ❎"
fi