diff options
author | jcorgan | 2006-09-13 01:40:21 +0000 |
---|---|---|
committer | jcorgan | 2006-09-13 01:40:21 +0000 |
commit | 07680d145f38e05e1b0be9980db3645a63334234 (patch) | |
tree | 0d36a621659d29e5b7e1a11c173b62c636f9c532 /gr-usrp/src/run_tests.in | |
parent | 868b460ef95e57a6233671247312448b9e7fc7c9 (diff) | |
download | gnuradio-07680d145f38e05e1b0be9980db3645a63334234.tar.gz gnuradio-07680d145f38e05e1b0be9980db3645a63334234.tar.bz2 gnuradio-07680d145f38e05e1b0be9980db3645a63334234.zip |
Better fix for ticket:64 that will work with VPATH builds.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3528 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-usrp/src/run_tests.in')
-rw-r--r-- | gr-usrp/src/run_tests.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-usrp/src/run_tests.in b/gr-usrp/src/run_tests.in index 6c29581b7..1f8414b82 100644 --- a/gr-usrp/src/run_tests.in +++ b/gr-usrp/src/run_tests.in @@ -5,7 +5,7 @@ # 3rd parameter is path to Python QA directory # For Win32 -PATH=@top_builddir@/usrp/host/lib/.libs:$PATH +PATH=@abs_top_builddir@/usrp/host/lib/.libs:$PATH @top_builddir@/run_tests.sh \ @abs_top_srcdir@/gr-usrp \ |