Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-09-22 18:09:48 +0300
committerMats Wichmann <mats@linux.com>2023-09-22 18:31:42 +0300
commit1b72993de5e119e1a6443d324d039d9f8b390b79 (patch)
tree628a49556e56d387f2db4734a4e0cb02b2cbd741 /CHANGES.txt
parentb9d9fe03d05016edaf857360a9bc2f62b8d90275 (diff)
TeX tests: skip if no makeindex
A number of tests fail if the makeindex command is not installed, as there were not skip checks for them. Added. Also dropped in some TODOs for future work - trying to keep this change to the minimum. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 287fd1843..befffca83 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -168,6 +168,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
builds. Also add a simple filesystem-based locking protocol to try to
avoid the problem occuring.
- Update the first two chapters on building with SCons in the User Guide.
+ - TeX tests: skip tests that use makeindex command when not found.
From Jonathon Reinhart:
- Fix another instance of `int main()` in CheckLib() causing failures