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 /.gitignore | |
parent | b347377bd31d0fb333fb7a4fb70929a79ea74d5e (diff) | |
download | coreutils-a59258fbc7ef7610ffa3a0fe6dbe8bc0f6008f26.tar.xz |
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 '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.gitignore b/.gitignore index c5d7a01a7..02303c47b 100644 --- a/.gitignore +++ b/.gitignore @@ -67,25 +67,5 @@ po/coreutils.pot po/stamp-po stamp-h1 tests/*/*.log -tests/cut/Makefile.am -tests/cut/cut-tests -tests/head/Makefile.am -tests/head/head-tests tests/join/Makefile.am tests/join/join-tests -tests/pr/Makefile.am -tests/pr/pr-tests -tests/sort/Makefile.am -tests/sort/sort-tests -tests/tac/Makefile.am -tests/tac/tac-tests -tests/tail/Makefile.am -tests/tail/tail-tests -tests/test/Makefile.am -tests/test/test-tests -tests/tr/Makefile.am -tests/tr/tr-tests -tests/uniq/Makefile.am -tests/uniq/uniq-tests -tests/wc/Makefile.am -tests/wc/wc-tests |