diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 16:01:27 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 16:01:28 +0900 |
commit | a43ffe7b214336b5ff551c8965d6fd16c63b13ed (patch) | |
tree | b50d6960573c049b1bae74b6fdc2c53c2fdedf2f /INSTALL.txt | |
parent | 2fb41ec277dc25c2a3988fc0b3fc8dde07d36062 (diff) | |
download | dos2unix-a43ffe7b214336b5ff551c8965d6fd16c63b13ed.tar.gz dos2unix-a43ffe7b214336b5ff551c8965d6fd16c63b13ed.tar.bz2 dos2unix-a43ffe7b214336b5ff551c8965d6fd16c63b13ed.zip |
Imported Upstream version 7.3.5upstream/7.3.5
Change-Id: If401ea1da0876f720539b64ea208bc4e47e084fa
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 34d3b24..d392161 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -87,6 +87,18 @@ SELF-TESTS in an environment that supports long file names (LFN), e.g. on 32 bit Windows. + + To run the tests: + + make test + + + Via the make variable PROVE_OPT extra arguments can be given to + the prove command. E.g.: + + make test PROVE_OPT=--color + + INSTALLATION NAMES By default the 'install' target will install the program in @@ -324,8 +336,6 @@ DOS PORT, 32 BIT Use DJGPP 2.03 gcc <= 4.5.3. DJGPP 2.05 seems to produce correct binaries (I tried gcc 5.3.0). - The problem with 2.05 is that 'ln' works differently. If you use - DJGPP 2.05 edit djgpp.mak and change the LINK variable to cp -f. make -f djgpp.mak clean |