【新增】添加引用第三方库toml
This commit is contained in:
15
thirdPart/tomlc99/stdex/RUN.sh
Normal file
15
thirdPart/tomlc99/stdex/RUN.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
rm -f *.out
|
||||
for i in *.toml; do
|
||||
echo -n $i
|
||||
../toml_cat $i >& $i.out
|
||||
if [ -f $i.res ]; then
|
||||
if $(diff $i.out $i.res >& /dev/null); then
|
||||
echo " [OK]"
|
||||
else
|
||||
echo " [FAILED]"
|
||||
fi
|
||||
else
|
||||
echo " [?????]"
|
||||
fi
|
||||
|
||||
done
|
||||
Reference in New Issue
Block a user