summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-18 02:04:00 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-18 02:05:00 -0600
commite3954e5b15ae956c2ee7f98c8f323bfa9172e5a3 (patch)
treea88e5736f48d36f4a0acff17e75210224590a2c5 /ChangeLog
parent00b5b3803332abe0557c54b1cf8f5b78baf1329b (diff)
downloadgroff-git-e3954e5b15ae956c2ee7f98c8f323bfa9172e5a3.tar.gz
[gropdf]: Don't test if hobbled.
[gropdf]: Don't run automated tests if 'gropdf' will be operating with reduced function. If neither Ghostscript nor the URW fonts are available at configuration time, there is no point testing for successful build-time population of the font descriptions for the default and URW foundries. * font/devpdf/devpdf.am (font_devpdf_TESTS) [USE_GROPDF]: Run "check-default-foundry" only if gropdf is fully functional. (font_devpdf_TESTS) [USE_GROPDF && HAVE_URW_FONTS]: Run "check-urw-foundry" only if the URW fonts were found. Continues <https://savannah.gnu.org/bugs/?63808>. Thanks to Deri James for the continued discussion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf1314759..c3752508f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2023-02-18 G. Branden Robinson <g.branden.robinson@gmail.com>
+ [gropdf]: Don't run automated tests if 'gropdf' will be
+ operating with reduced function. If neither Ghostscript nor the
+ URW fonts are available at configuration time, there is no point
+ testing for successful build-time population of the font
+ descriptions for the default and URW foundries.
+
+ * font/devpdf/devpdf.am (font_devpdf_TESTS) [USE_GROPDF]: Run
+ "check-default-foundry" only if gropdf is fully functional.
+ (font_devpdf_TESTS) [USE_GROPDF && HAVE_URW_FONTS]: Run
+ "check-urw-foundry" only if the URW fonts were found.
+
+ Continues <https://savannah.gnu.org/bugs/?63808>. Thanks to
+ Deri James for the continued discussion.
+
+2023-02-18 G. Branden Robinson <g.branden.robinson@gmail.com>
+
[gropdf]: Rename tests to more accurately characterize their
purpose.