[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Document added other tests.
From: |
Patrice Dumas |
Subject: |
branch master updated: Document added other tests. |
Date: |
Fri, 21 Jan 2022 11:43:50 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 3c5dd54dfe Document added other tests.
3c5dd54dfe is described below
commit 3c5dd54dfe642538d19647810104b544b78adf24
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 21 17:43:23 2022 +0100
Document added other tests.
---
tp/tests/README | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/tp/tests/README b/tp/tests/README
index 47a66604f6..135927d011 100644
--- a/tp/tests/README
+++ b/tp/tests/README
@@ -19,6 +19,7 @@ To run this testsuite, sed, awk, diff (with -u) are used.
For LaTeX2HTML tests (not run by default), mktemp
understanding the -d option is also required.
+
Some tests may also require a case insensitive filesystem.
@@ -78,9 +79,9 @@ out_parser/a_test/a_test.2, stdout output is in
out_parser/a_test/a_test.1. All the commands called are output in
tests.log.
+
Regenerating test results
=========================
-
To update the test results, first the tests must be run as above.
Giving -copy as the first argument to ../run_parser_all.sh or
@@ -99,7 +100,6 @@ copy-tex-html targets do it directly.
Testsuite and document strings translations
===========================================
-
At least one test, layout/formatting_fr_icons, depends heavily on
the translation of strings that can be translated and incorporated in
output documents. The translations are in the po_document directory.
@@ -126,6 +126,16 @@ a dot in the cwd, mktemp is used to create a temporary
directory, and
the directory is passed through on the command line.
+Other tests requiring specific softwares
+========================================
+Other tests requiring specific software are not run automatically, as
+they may depend on the version of these specific software and require
+these software to be present. The required software is source-highlight.
+
+These tests may be run by
+ make other-checks
+
+
Tests specification
===================
Test runs are driven by the contents of the list-of-tests file in
@@ -161,7 +171,6 @@ Common .texi
A common .texi file should be in the top-level directory (there is such an
example with coverage_macro.texi).
-
Init files
----------
Init files are searched for in ../t/init/.
@@ -198,6 +207,7 @@ it gets run, and passes.
See tp/t/README for info about those tests.
+
Deleting a test
===============
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Document added other tests.,
Patrice Dumas <=