From 99dc38c8f81fe388b13bf46e3f53cc272765249e Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Wed, 24 Nov 2010 13:49:59 -0800 Subject: Consistently use TESTS += in conditionals --- gr-radio-astronomy/src/python/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gr-radio-astronomy/src/python') diff --git a/gr-radio-astronomy/src/python/Makefile.am b/gr-radio-astronomy/src/python/Makefile.am index e8a84de61..e342651ae 100644 --- a/gr-radio-astronomy/src/python/Makefile.am +++ b/gr-radio-astronomy/src/python/Makefile.am @@ -35,8 +35,7 @@ wxguilibdir = $(grpyexecdir)/wxgui EXTRA_DIST = \ run_tests.in -TESTS = \ - run_tests +TESTS = run_tests noinst_PYTHON = \ -- cgit