diff options
author | michaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-09-13 20:36:23 +0000 |
---|---|---|
committer | michaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-09-13 20:36:23 +0000 |
commit | 6006b92a287fa5a23bcb7905f6f854d9c9dd4462 (patch) | |
tree | 24dce7172947148cc34c605e8821ce5985f052f2 /gr-usrp | |
parent | aecbab9d0720eacfb4e42aeb825c3f821c4df7a3 (diff) |
Made changes, such that:
* trunk now passes "make distcheck" on OSX
* verified that 'realtime' scheduling now works on systems with
'pthread_setschedparam' but not 'sched_setscheduler' (e.g. darwin);
the latter has priority if both are installed.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6427 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-usrp')
-rw-r--r-- | gr-usrp/src/run_tests.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-usrp/src/run_tests.in b/gr-usrp/src/run_tests.in index 49e9530cbe..84ae973f44 100644 --- a/gr-usrp/src/run_tests.in +++ b/gr-usrp/src/run_tests.in @@ -5,11 +5,11 @@ # 3rd parameter is path to Python QA directory # For OS/X -DYLD_LIBRARY_PATH=@abs_top_builddir@/usrp/host/lib/:@abs_top_builddir@/usrp/host/lib/.libs:$DYLD_LIBRARY_PATH +DYLD_LIBRARY_PATH=@abs_top_builddir@/usrp/host/lib/legacy/:@abs_top_builddir@/usrp/host/lib/legacy/.libs:$DYLD_LIBRARY_PATH export DYLD_LIBRARY_PATH # For Win32 -PATH=@abs_top_builddir@/usrp/host/lib/.libs:$PATH +PATH=@abs_top_builddir@/usrp/host/lib/legacy/.libs:$PATH @top_builddir@/run_tests.sh \ @abs_top_srcdir@/gr-usrp \ |