auteur test
This commit is contained in:
parent
07728f5057
commit
b1ba5b3f44
2 changed files with 9 additions and 0 deletions
1
nm-otool/auteur
Normal file
1
nm-otool/auteur
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
jhalford
|
||||||
8
nm-otool/test.sh
Executable file
8
nm-otool/test.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env zsh
|
||||||
|
make
|
||||||
|
diff <(./ft_nm $@) <(nm $@)
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
echo "OK ✅"
|
||||||
|
else
|
||||||
|
echo "ERROR ❎"
|
||||||
|
fi
|
||||||
Loading…
Reference in a new issue