diff options
Diffstat (limited to 'gr-radio-astronomy/src/python/run_tests.in')
-rw-r--r-- | gr-radio-astronomy/src/python/run_tests.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-radio-astronomy/src/python/run_tests.in b/gr-radio-astronomy/src/python/run_tests.in index e78f4329c..a6a726b9a 100644 --- a/gr-radio-astronomy/src/python/run_tests.in +++ b/gr-radio-astronomy/src/python/run_tests.in @@ -25,6 +25,10 @@ grpythonbld=$grpythonbld:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH" export PYTHONPATH +# For OS/X +DYLD_LIBRARY_PATH="@abs_top_builddir@/gnuradio-core/src/lib/.libs" +export DYLD_LIBRARY_PATH + # # This is the simple part... # Run everything that matches qa_*.py and return the final result. |