1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2025-03-14 07:38:39 +11:00
LuaComp/tests/runtests.sh

5 lines
167 B
Bash
Raw Normal View History

for test in $(find -name "*.lua"); do
echo "Running test $test"
luacomp $test > $test.out
echo "=============================================================="
done