]> git.gag.com Git - debian/gnuradio/commitdiff
Merge branch 'fix/libdir' of git@gnuradio.org:gnuradio
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Thu, 21 Jan 2010 16:33:40 +0000 (08:33 -0800)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Thu, 21 Jan 2010 16:33:40 +0000 (08:33 -0800)
This fix updates the run_tests.sh script with the additional
directories in the flattened component layout.

run_tests.sh.in

index 7e1ab93876209ff03640c895d8495f9414f36ff1..ce0d909788184aecb66006be356db3b63a664737 100644 (file)
@@ -13,14 +13,14 @@ abs_top_builddir=@abs_top_builddir@
 # current QA srcdir
 export srcdir=$3
 
-# Where to find my swig generated shared library
-mylibdir=$2/src:$2/src/.libs:$2/src/lib:$2/src/lib/.libs:$2/swig:$2/swig/.libs
+# Where to find my C++ and swig generated shared libraries
+mylibdir=$2/src:$2/src/.libs:$2/src/lib:$2/src/lib/.libs:$2/lib:$2/lib/.libs:$2/swig:$2/swig/.libs
 
 # Where to find my swig generated python module
 mysrcdir=$1/src:$1/src/lib
 
 # Where to find my hand written python modules
-mypydir=$1/src:$1/src/python
+mypydir=$1/src:$1/src/python:$1/python
 
 # Where to find core's swig generated shared libraries,
 # and hand generated swig glue