diff options
author | Paul Smith <psmith@gnu.org> | 1999-09-15 22:23:35 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-09-15 22:23:35 +0000 |
commit | c8003673857919d2283e16c829325c9f14e10dfe (patch) | |
tree | ea63faf55b4f28c561444bc732c246b5345b17dc /README.DOS.template | |
parent | 0d366b668244112846554c42045ff1d9956276ed (diff) | |
download | gunmake-c8003673857919d2283e16c829325c9f14e10dfe.tar.gz |
* Cleanup the test suite.
Diffstat (limited to 'README.DOS.template')
-rw-r--r-- | README.DOS.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.DOS.template b/README.DOS.template index 1a7cb44..40a6cbf 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: |