diff options
author | Eric Blossom <eb@comsec.com> | 2010-11-24 13:49:59 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-24 13:49:59 -0800 |
commit | 99dc38c8f81fe388b13bf46e3f53cc272765249e (patch) | |
tree | 7b150dcfab7307832042f238057beef0cf222cb4 /gr-atsc/src | |
parent | 53fb7289b46ee4299a0341d9e02dad74483940b6 (diff) |
Consistently use TESTS += in conditionals
Diffstat (limited to 'gr-atsc/src')
-rw-r--r-- | gr-atsc/src/python/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-atsc/src/python/Makefile.am b/gr-atsc/src/python/Makefile.am index 37b60e6a4e..98aead0faf 100644 --- a/gr-atsc/src/python/Makefile.am +++ b/gr-atsc/src/python/Makefile.am @@ -36,8 +36,7 @@ dist_ourdata_SCRIPTS = \ xlate.py \ viterbi-out.py -TESTS = \ - run_tests +TESTS = run_tests noinst_PYTHON = \ atsc_utils.py \ |