summaryrefslogtreecommitdiff
path: root/gr-shd/swig/run_tests.in
diff options
context:
space:
mode:
authorTom Rondeau2011-09-06 18:18:11 -0400
committerTom Rondeau2011-09-06 18:19:25 -0400
commit8743a23066d779dbfbd6d93467cd9cd36fd00e01 (patch)
treec3d1955b0acf893228cffaddbcff287c758572fd /gr-shd/swig/run_tests.in
parent0f43bdb085f98e1182dbd940db9ed1fb52119186 (diff)
downloadgnuradio-8743a23066d779dbfbd6d93467cd9cd36fd00e01.tar.gz
gnuradio-8743a23066d779dbfbd6d93467cd9cd36fd00e01.tar.bz2
gnuradio-8743a23066d779dbfbd6d93467cd9cd36fd00e01.zip
shd: adding a component gr-shd as an interface to the Symplex Hardware X-Mini system. Mostly cribbed from gr-uhd.
Diffstat (limited to 'gr-shd/swig/run_tests.in')
-rw-r--r--gr-shd/swig/run_tests.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/gr-shd/swig/run_tests.in b/gr-shd/swig/run_tests.in
new file mode 100644
index 000000000..580296374
--- /dev/null
+++ b/gr-shd/swig/run_tests.in
@@ -0,0 +1,10 @@
+#!/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
+
+@top_builddir@/run_tests.sh \
+ @abs_top_srcdir@/gr-shd \
+ @abs_top_builddir@/gr-shd \
+ @srcdir@