Add generic test for gettext builder.

This commit is contained in:
Robert Lehmann
2010-06-07 13:58:04 +02:00
parent e588fa8176
commit ead9fa89b0
+4
View File
@@ -57,3 +57,7 @@ else:
@with_app(buildername='singlehtml', cleanenv=True)
def test_singlehtml(app):
app.builder.build_all()
@with_app(buildername='gettext')
def test_gettext(app):
app.builder.build_all()