diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-09-13 01:33:23 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-09-13 01:33:23 +0000 |
commit | 868b460ef95e57a6233671247312448b9e7fc7c9 (patch) | |
tree | 313d70cc4ee98d74fcd0570143dbfe31bce81831 /gr-usrp | |
parent | a5c2fda5e888832a11057792d6679f7d4399f934 (diff) |
Trial fix for ticket:64.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3527 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-usrp')
-rw-r--r-- | gr-usrp/src/run_tests.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-usrp/src/run_tests.in b/gr-usrp/src/run_tests.in index a99bd17236..6c29581b7f 100644 --- a/gr-usrp/src/run_tests.in +++ b/gr-usrp/src/run_tests.in @@ -4,6 +4,9 @@ # 2nd parameter is absolute path to component build directory # 3rd parameter is path to Python QA directory +# For Win32 +PATH=@top_builddir@/usrp/host/lib/.libs:$PATH + @top_builddir@/run_tests.sh \ @abs_top_srcdir@/gr-usrp \ @abs_top_builddir@/gr-usrp \ |