summaryrefslogtreecommitdiff
path: root/run_tests.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh.in')
-rw-r--r--run_tests.sh.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/run_tests.sh.in b/run_tests.sh.in
index 8a7681c32..abaeae832 100644
--- a/run_tests.sh.in
+++ b/run_tests.sh.in
@@ -28,7 +28,9 @@ gromnidir=@abs_top_builddir@/omnithread
gromnidir=$gromnidir:$gromnidir/.libs
grcoredir=@abs_top_builddir@/gnuradio-core/src/lib
grcoredir=$grcoredir:$grcoredir/.libs
-grlibdir=$gromnidir:$grcoredir
+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"