Removed building tests.

This commit is contained in:
Bruce Hill 2018-03-06 15:17:47 -08:00
parent 9564492cf1
commit 9b1297ef88

View File

@ -13,7 +13,7 @@ done
if [ "$FLUSH" = true ] ; then
rm core/*.lua
rm lib/*.lua
rm tests/*.lua
#rm tests/*.lua
fi
for file in core/*.nom; do
@ -26,8 +26,8 @@ for file in lib/*.nom; do
./nomsu.moon -c $file
echo "done."
done
for file in tests/*.nom; do
printf "Compiling $file ..."
./nomsu.moon -c $file
echo "done."
done
#for file in tests/*.nom; do
# printf "Compiling $file ..."
# ./nomsu.moon -c $file
# echo "done."
#done