summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/regressiontests/makemessages/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regressiontests/makemessages/tests.py b/tests/regressiontests/makemessages/tests.py
index 5798e671b0..c3be2178e4 100644
--- a/tests/regressiontests/makemessages/tests.py
+++ b/tests/regressiontests/makemessages/tests.py
@@ -38,3 +38,6 @@ if xgettext_cmd:
if xversion >= (0, 15):
from extraction import *
del p
+
+if find_command('msgfmt'):
+ from compilation import *