diff options
author | Tom Rondeau | 2011-09-06 18:18:11 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-09-06 18:19:25 -0400 |
commit | 8743a23066d779dbfbd6d93467cd9cd36fd00e01 (patch) | |
tree | c3d1955b0acf893228cffaddbcff287c758572fd /gr-shd/swig/run_tests.in | |
parent | 0f43bdb085f98e1182dbd940db9ed1fb52119186 (diff) | |
download | gnuradio-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.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@ |