mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 11:49:20 +08:00
waf: Add a program test for pygmentize.
This commit is contained in:
parent
fca7878123
commit
ea91103855
@ -134,6 +134,9 @@ def configure_tests(conf):
|
|||||||
tests.remove(e)
|
tests.remove(e)
|
||||||
|
|
||||||
fails = 0
|
fails = 0
|
||||||
|
r = conf.find_program("pygmentize", mandatory = False)
|
||||||
|
if r is None:
|
||||||
|
fails += 1
|
||||||
for t in tests:
|
for t in tests:
|
||||||
r = conf.test(build_fun = build_latex_test,
|
r = conf.test(build_fun = build_latex_test,
|
||||||
msg = "Checking for Tex package '%s'" % (t),
|
msg = "Checking for Tex package '%s'" % (t),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user