aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.sh
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-06-20 08:44:27 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-06-20 08:44:27 +0000
commit2d5898653778cc0115b219a5ded7b6b98fa7a373 (patch)
treee5e67e0f1012742bd576ba30b4ac81225499c6f8 /tests/runtests.sh
parent6bcef5ed8a5d6baaf48c165d5873f58b05479eb2 (diff)
added a BUGS.txt file; added unit-test for [s2l]; added Makefile for unit tests; added "tests" target to the src/Makefile which calls the unit-tests
svn path=/trunk/externals/zexy/; revision=5266
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