summaryrefslogtreecommitdiff
path: root/TESTS
diff options
context:
space:
mode:
Diffstat (limited to 'TESTS')
-rw-r--r--TESTS17
1 files changed, 12 insertions, 5 deletions
diff --git a/TESTS b/TESTS
index 3cfcd626a..61ab8608c 100644
--- a/TESTS
+++ b/TESTS
@@ -113,15 +113,21 @@ The following files remains (this is expected):
2.6 make install
- To be checked
+ mkdir -p ~/tmp/automake
+ make install DESTDIR=~/tmp/automake
+
+ - If file charset.alias is always present in
+ $(DESTDIR)/usr/local/lib, make install update it by adding 'groff'
+ to the list of programs using it. Otherwise nothing is installed.
2.7 make uninstall
- To be checked
+ - Removes $(DESTDIR)/usr/local/lib/charset.alias if exists
2.8 make dist
- groff-1.22.2.tar.gz is generated
+ groff-1.22.2.tar.gz is generated. src/libs .c, .cpp and .am files
+ are present.
- Files/directories that are not distributed on purpose:
.gitignore
@@ -138,7 +144,7 @@ The following files remains (this is expected):
doc/
font/
man/
- src/* (except include): src/libs .c .cpp are missing
+ src/include (except config.hin and include.am)
tmac
test-groff.in
@@ -155,7 +161,8 @@ The following files remains (this is expected):
2.9 make distcheck
- - fails (src/libs sources are missing)
+ - configure fails: src/roff/groff/groff.cpp is missing (passed to
+ AC_CONFIG_SRCDIR macro)
Notes
-----