Removed building tests.
This commit is contained in:
parent
9564492cf1
commit
9b1297ef88
@ -13,7 +13,7 @@ done
|
|||||||
if [ "$FLUSH" = true ] ; then
|
if [ "$FLUSH" = true ] ; then
|
||||||
rm core/*.lua
|
rm core/*.lua
|
||||||
rm lib/*.lua
|
rm lib/*.lua
|
||||||
rm tests/*.lua
|
#rm tests/*.lua
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for file in core/*.nom; do
|
for file in core/*.nom; do
|
||||||
@ -26,8 +26,8 @@ for file in lib/*.nom; do
|
|||||||
./nomsu.moon -c $file
|
./nomsu.moon -c $file
|
||||||
echo "done."
|
echo "done."
|
||||||
done
|
done
|
||||||
for file in tests/*.nom; do
|
#for file in tests/*.nom; do
|
||||||
printf "Compiling $file ..."
|
# printf "Compiling $file ..."
|
||||||
./nomsu.moon -c $file
|
# ./nomsu.moon -c $file
|
||||||
echo "done."
|
# echo "done."
|
||||||
done
|
#done
|
||||||
|
Loading…
Reference in New Issue
Block a user