blob: 1f8414b82e2d604ffe03a1a4388070945e8d6959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
# 1st parameter is absolute path to component source directory
# 2nd parameter is absolute path to component build directory
# 3rd parameter is path to Python QA directory
# For Win32
PATH=@abs_top_builddir@/usrp/host/lib/.libs:$PATH
@top_builddir@/run_tests.sh \
@abs_top_srcdir@/gr-usrp \
@abs_top_builddir@/gr-usrp \
@srcdir@
|