summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-06-01 19:14:58 -0400
committerWill Estes <westes575@gmail.com>2014-11-12 05:14:26 -0500
commit771464fb0a3e8dd254e7a6dcfb82956fb5eaaf0b (patch)
tree8b5aceed884a9160c60e55e0edfeadacbeea6c42
parent3e580c57f17bbd32f7bb114ccc92b85014a9b57d (diff)
list tests/README with other EXTRA_DIST files in tests/
-rw-r--r--tests/Makefile.am4
1 files changed, 1 insertions, 3 deletions
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 \