Patch 3353875: Allow running test script from other directories than "tests"

This commit is contained in:
Jason Perkins 2012-04-22 13:03:43 -04:00
parent e9687ed684
commit 3ffbbff588

View File

@ -1,2 +1,2 @@
#!/bin/sh
../bin/debug/premake4 /scripts=../src $1 $2 $3 test
cd `dirname $0` && ../bin/debug/premake4 /scripts=../src $1 $2 $3 test