summaryrefslogtreecommitdiff
path: root/gr-shd/swig/run_tests.in
diff options
context:
space:
mode:
authorTom Rondeau2011-10-06 18:57:39 -0400
committerTom Rondeau2011-10-06 18:57:39 -0400
commit132a3c185b47263398d38b6b454e5c990b02b52f (patch)
tree2adb62830b9e5f0fe187a745e6b310f2a82f8987 /gr-shd/swig/run_tests.in
parente0e396d541673260fcab7b48f3c462b390b508c8 (diff)
parent42b034d07f7d27f3c645bebd0aed01f358e669bb (diff)
downloadgnuradio-132a3c185b47263398d38b6b454e5c990b02b52f.tar.gz
gnuradio-132a3c185b47263398d38b6b454e5c990b02b52f.tar.bz2
gnuradio-132a3c185b47263398d38b6b454e5c990b02b52f.zip
Merge branch 'digital' of github.com:trondeau/gnuradio into digital
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@