Implements ticket:3 and fixes ticket:42. The common functionality of
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Sun, 27 Aug 2006 18:51:43 +0000 (18:51 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Sun, 27 Aug 2006 18:51:43 +0000 (18:51 +0000)
commit6b5a0200e260382d61e31dbf016719644163f73b
tree1870fc121b47259076066558ab4dd69bd144601d
parentf1ae6ff27783dd482e16cc28dd8a64702235179f
Implements ticket:3 and fixes ticket:42.  The common functionality of
run_tests.in for Python QA has been extracted into run_tests.sh in the
top-level and the individual run_tests just invoke that with the right
path parameters.  Also fixed Cygwin 'make check' bug by adding fix by
Don Ward.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3440 221aa14e-8319-0410-a670-987f0aec2ac5
21 files changed:
Makefile.am
configure.ac
gnuradio-core/src/python/gnuradio/gr/run_tests.in
gr-atsc/src/python/run_tests.in
gr-audio-alsa/src/run_tests.in
gr-audio-jack/src/run_tests.in
gr-audio-oss/src/run_tests.in
gr-audio-osx/src/run_tests.in
gr-audio-portaudio/src/run_tests.in
gr-audio-windows/src/run_tests.in
gr-comedi/src/run_tests.in
gr-error-correcting-codes/src/python/Makefile.am
gr-error-correcting-codes/src/python/run_tests.in
gr-ezdop/src/python/run_tests.in
gr-gsm-fr-vocoder/src/python/run_tests.in
gr-radar/src/python/run_tests.in
gr-radio-astronomy/src/python/run_tests.in
gr-trellis/src/python/run_tests.in
gr-usrp/src/run_tests.in
gr-video-sdl/src/run_tests.in
run_tests.sh.in [new file with mode: 0644]