summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run_tests.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/run_tests.sh.in b/run_tests.sh.in
index abaeae832..5e652f735 100644
--- a/run_tests.sh.in
+++ b/run_tests.sh.in
@@ -23,6 +23,10 @@ grswigsrcdir=@abs_top_srcdir@/gnuradio-core/src/lib/swig
# Where to find core's python modules
grpydir=@abs_top_srcdir@/gnuradio-core/src/python
+# Construct search path for python modules
+PYTHONPATH="$mylibdir:$mysrcdir:$mypydir:$grswigdir:$grswigsrcdir:$grpydir:$PYTHONPATH"
+export PYTHONPATH
+
# Where to find core's master library files and dependencies
gromnidir=@abs_top_builddir@/omnithread
gromnidir=$gromnidir:$gromnidir/.libs
@@ -32,10 +36,6 @@ grusrpdir=@abs_top_builddir@/usrp/host/lib
grusrpdir=$grusrpdir:$grusrpdir/.libs
grlibdir=$gromnidir:$grcoredir:$grusrpdir
-# Construct search path for python modules
-PYTHONPATH="$mylibdir:$mysrcdir:$mypydir:$grswigdir:$grswigsrcdir:$grpydir:$PYTHONPATH"
-export PYTHONPATH
-
# For OS/X
DYLD_LIBRARY_PATH=$grlibdir
export DYLD_LIBRARY_PATH