summaryrefslogtreecommitdiff
path: root/run_tests.sh.in
diff options
context:
space:
mode:
authorJohnathan Corgan2009-10-16 12:22:42 -0700
committerJohnathan Corgan2009-11-03 07:21:42 -0800
commit96c92bb05fdbd2d42bb485bee46e63931d465cc3 (patch)
tree0fe809434adc8a1679eb079cce2fb758b3991928 /run_tests.sh.in
parent5a0887f9138dc4dd0e8e09bb859a513bd7c971e2 (diff)
downloadgnuradio-96c92bb05fdbd2d42bb485bee46e63931d465cc3.tar.gz
gnuradio-96c92bb05fdbd2d42bb485bee46e63931d465cc3.tar.bz2
gnuradio-96c92bb05fdbd2d42bb485bee46e63931d465cc3.zip
Directory reorganization to newer layout
Top-level applications go into 'apps' (previous commit) C++ library build goes into 'lib' SWIG generation goes into 'swig' Pure python modules/code goes into 'python'
Diffstat (limited to 'run_tests.sh.in')
-rw-r--r--run_tests.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh.in b/run_tests.sh.in
index 69fbe26dc..7e1ab9387 100644
--- a/run_tests.sh.in
+++ b/run_tests.sh.in
@@ -14,7 +14,7 @@ abs_top_builddir=@abs_top_builddir@
export srcdir=$3
# Where to find my swig generated shared library
-mylibdir=$2/src:$2/src/.libs:$2/src/lib:$2/src/lib/.libs
+mylibdir=$2/src:$2/src/.libs:$2/src/lib:$2/src/lib/.libs:$2/swig:$2/swig/.libs
# Where to find my swig generated python module
mysrcdir=$1/src:$1/src/lib