diff options
Diffstat (limited to 'gr-audio-osx/src/Makefile.am')
-rw-r--r-- | gr-audio-osx/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-audio-osx/src/Makefile.am b/gr-audio-osx/src/Makefile.am index ee9df7765..253a041d4 100644 --- a/gr-audio-osx/src/Makefile.am +++ b/gr-audio-osx/src/Makefile.am @@ -21,6 +21,7 @@ include $(top_srcdir)/Makefile.common +TESTS = EXTRA_DIST = run_tests.in AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES) @@ -57,7 +58,7 @@ libgnuradio_audio_osx_la_LDFLAGS = \ if PYTHON ################################### # SWIG Python interface and library -TESTS = run_tests +TESTS += run_tests DISTCLEANFILES = run_tests TOP_SWIG_IFILES = \ |