Changeset 4598
- Timestamp:
- 02/22/07 13:31:08
- Files:
-
- gnuradio/branches/releases/3.0/gr-usrp/src/run_tests.in (modified) (1 diff)
- gnuradio/branches/releases/3.0/run_tests.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/branches/releases/3.0/gr-usrp/src/run_tests.in
r3528 r4598 4 4 # 2nd parameter is absolute path to component build directory 5 5 # 3rd parameter is path to Python QA directory 6 7 # For OS/X 8 DYLD_LIBRARY_PATH=@abs_top_builddir@/usrp/host/lib/:@abs_top_builddir@/usrp/host/lib/.libs:$DYLD_LIBRARY_PATH 9 export DYLD_LIBRARY_PATH 6 10 7 11 # For Win32 gnuradio/branches/releases/3.0/run_tests.sh.in
r4415 r4598 30 30 31 31 # For OS/X 32 DYLD_LIBRARY_PATH=$grlibdir 32 DYLD_LIBRARY_PATH=$grlibdir:$DYLD_LIBRARY_PATH 33 33 export DYLD_LIBRARY_PATH 34 34
