summaryrefslogtreecommitdiff
path: root/gr-usrp/src/run_tests.in
diff options
context:
space:
mode:
Diffstat (limited to 'gr-usrp/src/run_tests.in')
-rw-r--r--gr-usrp/src/run_tests.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/gr-usrp/src/run_tests.in b/gr-usrp/src/run_tests.in
index 39a158ba0..4a67ab517 100644
--- a/gr-usrp/src/run_tests.in
+++ b/gr-usrp/src/run_tests.in
@@ -18,10 +18,12 @@ libsrc=@abs_top_srcdir@/gr-usrp/src
py=@abs_top_srcdir@/gr-usrp/src
# Where to look for GNU Radio python modules in current build tree
-grbld=@abs_top_builddir@/gnuradio-core/src/python/:@abs_top_builddir@/gnuradio-core/src/lib/swig/:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs
+grbld=@abs_top_srcdir@/gnuradio-core/src/python
+grbld=$grbld:@abs_top_builddir@/gnuradio-core/src/lib/swig
+grbld=$grbld:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs
# Where to look for USRP lib in current build tree
-usrpbld=@abs_top_builddir@/usrp/host/lib/.libs
+usrpbld=@abs_top_builddir@/usrp/host/lib
PYTHONPATH="$grbld:$libbld:$libbld/.libs:$libsrc:$py:$usrpbld:$PYTHONPATH"
export PYTHONPATH