init commit
This commit is contained in:
11
tests/start.sh
Executable file
11
tests/start.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
touch results.txt
|
||||
|
||||
test () {
|
||||
echo "-- [Test: $1] --" > results.txt
|
||||
luau $2 >> results.txt
|
||||
echo "-- [Test: $1] --" >> results.txt
|
||||
}
|
||||
|
||||
test "map_filter" "./luau/map_filter.luau"
|
Reference in New Issue
Block a user