diff --git a/nm-otool/auteur b/nm-otool/auteur new file mode 100644 index 00000000..b0e9923f --- /dev/null +++ b/nm-otool/auteur @@ -0,0 +1 @@ +jhalford diff --git a/nm-otool/test.sh b/nm-otool/test.sh new file mode 100755 index 00000000..c8c5d073 --- /dev/null +++ b/nm-otool/test.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env zsh +make +diff <(./ft_nm $@) <(nm $@) +if [ $? -eq 0 ]; then + echo "OK ✅" +else + echo "ERROR ❎" +fi