From b1ba5b3f44e747f2b8f869f9f55df495d5dbced7 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Sun, 22 Oct 2017 18:38:57 +0200 Subject: [PATCH] auteur test --- nm-otool/auteur | 1 + nm-otool/test.sh | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 nm-otool/auteur create mode 100755 nm-otool/test.sh 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