diff --git a/tests/test b/tests/test index c4ea35d8..4b3918dc 100755 --- a/tests/test +++ b/tests/test @@ -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