From: Will Estes Date: Sun, 1 Jun 2014 23:14:58 +0000 (-0400) Subject: list tests/README with other EXTRA_DIST files in tests/ X-Git-Tag: v2.6.0~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=771464fb0a3e8dd254e7a6dcfb82956fb5eaaf0b;p=flex list tests/README with other EXTRA_DIST files in tests/ --- diff --git a/tests/Makefile.am b/tests/Makefile.am index d9f4ae2..4742435 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -19,9 +19,6 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -EXTRA_DIST = \ - README - TESTS = $(check_PROGRAMS) LOG_COMPILER = $(srcdir)/testwrapper.sh @@ -39,6 +36,7 @@ basic_nr_SOURCES = basic-nr.l basic_r_SOURCES = basic-r.l EXTRA_DIST = \ + README \ testwrapper.sh \ alloc-extra.txt \ array-nr.txt \