aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cms/all-tests.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cms/all-tests.scm')
-rw-r--r--tests/cms/all-tests.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cms/all-tests.scm b/tests/cms/all-tests.scm
index 78ad00678..1c04a4a32 100644
--- a/tests/cms/all-tests.scm
+++ b/tests/cms/all-tests.scm
@@ -30,12 +30,16 @@
(make-environment-cache
(test::scm
#f
+ #f
(path-join "tests" "cms" "setup.scm")
(in-srcdir "tests" "cms" "setup.scm")
+ (path-join "tests" "gpgsm" "setup.scm")
+ (in-srcdir "tests" "gpgsm" "setup.scm")
"--" "tests" "gpg")))
(map (lambda (name)
(test::scm setup
+ #f
(path-join "tests" "cms" name)
(in-srcdir "tests" "cms" name)))
(parse-makefile-expand (in-srcdir "tests" "cms" "Makefile.am")