make check fix for OS/X. Probably also fixes ticket:264, same problem
[debian/gnuradio] / run_tests.sh.in
index 8f467fd2eb6e8370d06b97d9ede7afb1fcd876a9..69fbe26dc0758c12fc39a7af13c4d797d2ec86df 100644 (file)
@@ -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