mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-24 06:40:11 +01:00
8 lines
96 B
Bash
8 lines
96 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd build
|
||
|
unzip -o tests.zip -d tests
|
||
|
cd tests
|
||
|
chmod +x run-tests.sh
|
||
|
./run-tests.sh
|