From 07680d145f38e05e1b0be9980db3645a63334234 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Wed, 13 Sep 2006 01:40:21 +0000 Subject: [PATCH] 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 --- gr-usrp/src/run_tests.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gr-usrp/src/run_tests.in b/gr-usrp/src/run_tests.in index 6c29581b..1f8414b8 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 \ -- 2.30.2