1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00
OpenMW/testall.sh

15 lines
129 B
Bash
Raw Normal View History

2010-01-02 09:24:58 +00:00
#!/bin/bash
function run()
{
2010-06-03 18:13:27 +00:00
echo "TESTING $1"
2010-01-02 09:24:58 +00:00
cd "$1/tests/"
./test.sh
cd ../../
}
run stream
run vfs
run sound
run .