summaryrefslogtreecommitdiff
path: root/gr-qtgui/src/python/run_tests.in
diff options
context:
space:
mode:
authorTom Rondeau2011-03-26 17:09:00 -0400
committerTom Rondeau2011-03-26 17:09:00 -0400
commite45e25d13c4f0ea8b84143c1a8e1d18dbcc427be (patch)
treed71e5510902aecccace123e243c7a2272ed0f8bb /gr-qtgui/src/python/run_tests.in
parent139a574638714c576f8d4c172d5d8e202ade5e5a (diff)
parent7bad5690d486050fa192e8642bbcbbaa091582a6 (diff)
downloadgnuradio-e45e25d13c4f0ea8b84143c1a8e1d18dbcc427be.tar.gz
gnuradio-e45e25d13c4f0ea8b84143c1a8e1d18dbcc427be.tar.bz2
gnuradio-e45e25d13c4f0ea8b84143c1a8e1d18dbcc427be.zip
Merge branch 'qwt4'
Diffstat (limited to 'gr-qtgui/src/python/run_tests.in')
-rw-r--r--gr-qtgui/src/python/run_tests.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/gr-qtgui/src/python/run_tests.in b/gr-qtgui/src/python/run_tests.in
new file mode 100644
index 000000000..909194752
--- /dev/null
+++ b/gr-qtgui/src/python/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-qtgui \
+ @abs_top_builddir@/gr-qtgui \
+ @srcdir@