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 /gnuradio-core/src/python | |
parent | 53fb7289b46ee4299a0341d9e02dad74483940b6 (diff) |
Consistently use TESTS += in conditionals
Diffstat (limited to 'gnuradio-core/src/python')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/gr/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/Makefile.am b/gnuradio-core/src/python/gnuradio/gr/Makefile.am index c3017adccc..7d89777eff 100644 --- a/gnuradio-core/src/python/gnuradio/gr/Makefile.am +++ b/gnuradio-core/src/python/gnuradio/gr/Makefile.am @@ -25,8 +25,7 @@ EXTRA_DIST = \ run_tests.in \ test_16bit_1chunk.wav -TESTS = \ - run_tests +TESTS = run_tests grgrpythondir = $(grpythondir)/gr |