From c7757acc18b1112801ddea85ba2dfd10bedeb639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 20 Jun 2006 08:55:19 +0000 Subject: don't load ../zexy directly but rather try to load "zexy" from ../src or ../ (caveat: this could also load an installed version of zexy) svn path=/trunk/externals/zexy/; revision=5267 --- tests/runtests.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/runtests.sh b/tests/runtests.sh index 2dd8a6d..47573c9 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -1,5 +1,10 @@ #!/bin/sh +## TODO: +## find zexy (either in ../src or ../) +## if it is not there, assume it is split into externals + + #SUFFIX="$$" SUFFIX=$(date +%y%m%d-%H%M%S) @@ -8,7 +13,8 @@ RUNTESTS_LOG=log-runtests.${SUFFIX} ls -1 */*.pd | sed 's/\.pd/;/' > ${RUNTESTS_TXT} -LIBFLAGS="-path ../src -lib zexy -path ../abs/" + +LIBFLAGS="-path ../src:../ -lib zexy -path ../abs/" function run_nogui() { pd ${LIBFLAGS} -nogui runtests_nogui.pd > ${RUNTESTS_LOG} 2>&1 -- cgit v1.2.1