diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-10 11:38:07 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-10 13:35:29 +0200 |
commit | a59258fbc7ef7610ffa3a0fe6dbe8bc0f6008f26 (patch) | |
tree | fef4391b4f51cc8fc2e14edb42af1270d4968f3f /configure.ac | |
parent | b347377bd31d0fb333fb7a4fb70929a79ea74d5e (diff) | |
download | coreutils-a59258fbc7ef7610ffa3a0fe6dbe8bc0f6008f26.tar.gz coreutils-a59258fbc7ef7610ffa3a0fe6dbe8bc0f6008f26.tar.bz2 coreutils-a59258fbc7ef7610ffa3a0fe6dbe8bc0f6008f26.zip |
tests: convert pr tests
* configure.ac (AC_CONFIG_FILES): Remove tests/pr/Makefile.
* tests/Makefile.am (SUBDIRS): Remove pr.
* tests/pr/pr-tests: New file, with tests from...
* tests/pr/Test.pm: ...here. Remove file.
* tests/Makefile.am (EXTRA_DIST): Add $(pr_data).
(pr_data): List all of the pr's test-related data files.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index de6e3efe1..2638bac58 100644 --- a/configure.ac +++ b/configure.ac @@ -348,6 +348,5 @@ AC_CONFIG_FILES( tests/Makefile gnulib-tests/Makefile tests/join/Makefile - tests/pr/Makefile ) AC_OUTPUT |