diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-30 09:47:07 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-31 20:29:01 +0200 |
commit | 30071248c9e1132b4d5d9559f97b6199cc91556e (patch) | |
tree | 7e4a91278482fea17d0485070f1207e3c54a6a2b /tests | |
parent | f8268d3baecee552e13efb916693bfa51734862b (diff) | |
download | coreutils-30071248c9e1132b4d5d9559f97b6199cc91556e.tar.xz |
tests: enable automake's color-tests and parallel-tests via configure.ac
* gnulib-tests/Makefile.am (AUTOMAKE_OPTIONS): Don't define here.
* tests/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
* configure.ac (AM_INIT_AUTOMAKE): Instead, add color-tests and
parallel-tests here.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 54b07ba5f..2e2a5f06f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -587,5 +587,4 @@ pr_data = \ pr/ttb3-FF \ pr/w72l24f-ll -AUTOMAKE_OPTIONS = parallel-tests color-tests include $(srcdir)/check.mk |