summaryrefslogtreecommitdiff
path: root/README.DOS.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-09-15 22:23:35 +0000
committerPaul Smith <psmith@gnu.org>1999-09-15 22:23:35 +0000
commit21e8ce7fe1ee70ca8a65fc1096b1b2ea60a36a9c (patch)
treeea63faf55b4f28c561444bc732c246b5345b17dc /README.DOS.template
parent1041b028ba63a910980575b22afe22ddf7243bf9 (diff)
downloadmake-21e8ce7fe1ee70ca8a65fc1096b1b2ea60a36a9c.tar.gz
* Cleanup the test suite.
Diffstat (limited to 'README.DOS.template')
-rw-r--r--README.DOS.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.DOS.template b/README.DOS.template
index 1a7cb44f..40a6cbf6 100644
--- a/README.DOS.template
+++ b/README.DOS.template
@@ -30,6 +30,9 @@ New (since 3.74) DOS-specific features:
targets like "install:" and "clean:" still need additional
programs, though, see below.)
+ 10. Beginning with v3.78, the test suite works in the DJGPP
+ environment (requires Perl and auxiliary tools; see below).
+
To build:
@@ -100,6 +103,9 @@ To build:
7. The `clean' targets also require Unix-style shell, and GNU Sed
and `rm' programs (the latter from Fileutils).
+ 8. To run the test suite, type "make check". This requires a Unix
+ shell (I used the DJGPP port of Bash 2.03), Perl, Fileutils and
+ Sh-utils.
Notes: