5 lines
84 B
Bash
5 lines
84 B
Bash
#!/bin/sh
|
|
|
|
CURDIR=$(dirname `readlink -f $0`)
|
|
cd $CURDIR/tests && ./testbuild-linux
|