waf: Add a program test for pygmentize.

This commit is contained in:
Chris Johns 2016-11-07 10:33:17 +11:00
parent fca7878123
commit ea91103855

View File

@ -134,6 +134,9 @@ def configure_tests(conf):
tests.remove(e)
fails = 0
r = conf.find_program("pygmentize", mandatory = False)
if r is None:
fails += 1
for t in tests:
r = conf.test(build_fun = build_latex_test,
msg = "Checking for Tex package '%s'" % (t),