summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/morphloader.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/morphlib/morphloader.py b/morphlib/morphloader.py
index 1cf53711..78778b3c 100644
--- a/morphlib/morphloader.py
+++ b/morphlib/morphloader.py
@@ -247,6 +247,9 @@ class MorphologyDumper(yaml.SafeDumper):
'post-configure-commands',
'pre-build-commands',
'build-commands',
+ 'pre-test-commands',
+ 'test-commands',
+ 'post-test-commands',
'post-build-commands',
'pre-install-commands',
'install-commands',