diff options
author | Eric Blossom | 2010-11-24 13:49:59 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-24 13:49:59 -0800 |
commit | 99dc38c8f81fe388b13bf46e3f53cc272765249e (patch) | |
tree | 7b150dcfab7307832042f238057beef0cf222cb4 /gr-audio-windows/src | |
parent | 53fb7289b46ee4299a0341d9e02dad74483940b6 (diff) | |
download | gnuradio-99dc38c8f81fe388b13bf46e3f53cc272765249e.tar.gz gnuradio-99dc38c8f81fe388b13bf46e3f53cc272765249e.tar.bz2 gnuradio-99dc38c8f81fe388b13bf46e3f53cc272765249e.zip |
Consistently use TESTS += in conditionals
Diffstat (limited to 'gr-audio-windows/src')
-rw-r--r-- | gr-audio-windows/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-audio-windows/src/Makefile.am b/gr-audio-windows/src/Makefile.am index d158b6d8c..97dc49f5a 100644 --- a/gr-audio-windows/src/Makefile.am +++ b/gr-audio-windows/src/Makefile.am @@ -21,6 +21,8 @@ include $(top_srcdir)/Makefile.common +TESTS = + EXTRA_DIST = run_tests.in AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES) @@ -50,7 +52,7 @@ libgnuradio_audio_windows_la_LDFLAGS = \ if PYTHON ################################### # SWIG Python interface and library -TESTS = run_tests +TESTS += run_tests DISTCLEANFILES = run_tests TOP_SWIG_IFILES = \ |