clean
This commit is contained in:
parent
bf21c93f1f
commit
df05b33dce
10
unit_test.sh
10
unit_test.sh
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
for file in $1*/**/*
|
|
||||||
do
|
|
||||||
if [[ "$file" != *.a ]] ;then
|
|
||||||
echo $file
|
|
||||||
./ft_nm $2 $file 2>&1 | cat > a
|
|
||||||
nm $2 $file 2>&1 | cat > b
|
|
||||||
diff a b
|
|
||||||
fi
|
|
||||||
done
|
|
Loading…
Reference in New Issue