diff options
author | jcorgan | 2006-08-27 18:51:43 +0000 |
---|---|---|
committer | jcorgan | 2006-08-27 18:51:43 +0000 |
commit | 6b5a0200e260382d61e31dbf016719644163f73b (patch) | |
tree | 1870fc121b47259076066558ab4dd69bd144601d /gr-error-correcting-codes/src/python/Makefile.am | |
parent | f1ae6ff27783dd482e16cc28dd8a64702235179f (diff) | |
download | gnuradio-6b5a0200e260382d61e31dbf016719644163f73b.tar.gz gnuradio-6b5a0200e260382d61e31dbf016719644163f73b.tar.bz2 gnuradio-6b5a0200e260382d61e31dbf016719644163f73b.zip |
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
Diffstat (limited to 'gr-error-correcting-codes/src/python/Makefile.am')
-rw-r--r-- | gr-error-correcting-codes/src/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-error-correcting-codes/src/python/Makefile.am b/gr-error-correcting-codes/src/python/Makefile.am index 61d9fe0a4..6014946b3 100644 --- a/gr-error-correcting-codes/src/python/Makefile.am +++ b/gr-error-correcting-codes/src/python/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/Makefile.common EXTRA_DIST = run_tests.in -# Disable qa checks due to non-standard directory structure (eb) +# Disabled until fix for finding an audio module in build tree # TESTS = run_tests noinst_PYTHON = qa_test_coding_1.py qa_test_coding_2.py |