aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.sh')
-rwxr-xr-xtests/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.sh b/tests/runtests.sh
index fd7b28a..2dd8a6d 100755
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -8,7 +8,7 @@ RUNTESTS_LOG=log-runtests.${SUFFIX}
ls -1 */*.pd | sed 's/\.pd/;/' > ${RUNTESTS_TXT}
-LIBFLAGS="-lib ../zexy -path ../abs/"
+LIBFLAGS="-path ../src -lib zexy -path ../abs/"
function run_nogui() {
pd ${LIBFLAGS} -nogui runtests_nogui.pd > ${RUNTESTS_LOG} 2>&1