LuaComp/tests/runtests.sh

5 lines
167 B
Bash
Executable File

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