diff options
author | Tom Rondeau | 2011-03-26 17:09:00 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-03-26 17:09:00 -0400 |
commit | e45e25d13c4f0ea8b84143c1a8e1d18dbcc427be (patch) | |
tree | d71e5510902aecccace123e243c7a2272ed0f8bb /gr-qtgui/src/python/run_tests.in | |
parent | 139a574638714c576f8d4c172d5d8e202ade5e5a (diff) | |
parent | 7bad5690d486050fa192e8642bbcbbaa091582a6 (diff) | |
download | gnuradio-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.in | 10 |
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@ |