summaryrefslogtreecommitdiff
path: root/gr-uhd/swig/run_tests.in
diff options
context:
space:
mode:
authorEric Blossom2010-12-27 22:37:30 -0800
committerEric Blossom2010-12-27 22:37:30 -0800
commitb8f174ce7eae1cfe8deda0353da4557a238730c9 (patch)
treef67a90c5a9dda07029f36fa9018f1eee99a4eb77 /gr-uhd/swig/run_tests.in
parent3153f8f24b933043d937de32d65fe5d96652ec56 (diff)
downloadgnuradio-b8f174ce7eae1cfe8deda0353da4557a238730c9.tar.gz
gnuradio-b8f174ce7eae1cfe8deda0353da4557a238730c9.tar.bz2
gnuradio-b8f174ce7eae1cfe8deda0353da4557a238730c9.zip
Add minimal Python and Guile QA code to gr-uhd.
Diffstat (limited to 'gr-uhd/swig/run_tests.in')
-rw-r--r--gr-uhd/swig/run_tests.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/gr-uhd/swig/run_tests.in b/gr-uhd/swig/run_tests.in
new file mode 100644
index 000000000..195e71316
--- /dev/null
+++ b/gr-uhd/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-uhd \
+ @abs_top_builddir@/gr-uhd \
+ @srcdir@