summaryrefslogtreecommitdiff
path: root/tests/test_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_build.py')
-rw-r--r--tests/test_build.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/test_build.py b/tests/test_build.py
index 5aec0d3d8..ed39f6971 100644
--- a/tests/test_build.py
+++ b/tests/test_build.py
@@ -66,9 +66,10 @@ def test_build_all():
).encode('utf-8'))
# note: no 'html' - if it's ok with dirhtml it's ok with html
- for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo',
- 'pickle', 'json', 'text', 'htmlhelp', 'qthelp', 'epub',
- 'changes', 'xml', 'pseudoxml', 'man', 'linkcheck']:
+ for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo', 'pickle',
+ 'json', 'text', 'htmlhelp', 'qthelp', 'epub',
+ 'applehelp', 'changes', 'xml', 'pseudoxml', 'man',
+ 'linkcheck']:
yield verify_build, buildername, srcdir