aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/tests/web.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm
index a3086a1673..d61232dde9 100644
--- a/gnu/tests/web.scm
+++ b/gnu/tests/web.scm
@@ -620,3 +620,9 @@ HTTP-PORT."
(name "patchwork")
(description "")
(value (run-patchwork-test patchwork))))
+
+(define %test-patchwork-fdo
+ (system-test
+ (name "patchwork-fdo")
+ (description "")
+ (value (run-patchwork-test patchwork-fdo))))