diff options
author | Tom Rondeau | 2011-10-06 18:57:39 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-06 18:57:39 -0400 |
commit | 132a3c185b47263398d38b6b454e5c990b02b52f (patch) | |
tree | 2adb62830b9e5f0fe187a745e6b310f2a82f8987 /gr-shd/swig/run_tests.in | |
parent | e0e396d541673260fcab7b48f3c462b390b508c8 (diff) | |
parent | 42b034d07f7d27f3c645bebd0aed01f358e669bb (diff) | |
download | gnuradio-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.in | 10 |
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@ |