X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=run_tests.sh.in;h=ce0d909788184aecb66006be356db3b63a664737;hb=a13d9fd69606935a075f3033fc0b244a011f792b;hp=8f467fd2eb6e8370d06b97d9ede7afb1fcd876a9;hpb=2c8ea58e4d76f54c98d71d3fcc64bc29da490908;p=debian%2Fgnuradio diff --git a/run_tests.sh.in b/run_tests.sh.in index 8f467fd2..ce0d9097 100644 --- a/run_tests.sh.in +++ b/run_tests.sh.in @@ -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 +# 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 @@ -59,13 +59,16 @@ export PYTHONPATH # Where to find omnithread library files gromnidir=@omnithread_LIBDIRPATH@ +# Where to find gruel library files +grueldir=@gruel_LIBDIRPATH@ + # Where to find gnuradio core's library files grcoredir=@gnuradio_core_LIBDIRPATH@ # Construct search path for python modules # Check each one to make sure it's not "" before adding grlibdir="" -for dir in $gromnidir $grcoredir +for dir in $gromnidir $grcoredir $grueldir do if [ "$dir" != "" ] then