diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-08-19 03:10:15 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-08-19 03:29:11 +0200 |
commit | 8d0d30d949b2dbd3ce762458e1c6676487e4da26 (patch) | |
tree | 6f029a110123caf01c5dd444e12685d02357ce4f /tests/Makefile.am | |
parent | 61ff6e97c57f62ee3ad4ffc2166e433bc060e7cb (diff) | |
download | sciteco-8d0d30d949b2dbd3ce762458e1c6676487e4da26.tar.gz |
added test group for SciTECO's EOL normalisation feature
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2fe3a53..997a473 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -19,6 +19,9 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac EXTRA_DIST = testsuite.at $(srcdir)/package.m4 $(TESTSUITE) atlocal.in TESTSUITE = $(srcdir)/testsuite +# Files used by test groups in testsuite.at: +EXTRA_DIST += autoeol-input.txt autoeol-output.txt + check-local: atconfig atlocal $(TESTSUITE) $(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS) |