From ccd2187212c12b84c86a10fd4417a16536243179 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 11 Apr 2017 10:43:52 +0200 Subject: tests: Move common functionality. * tests/openpgp/defs.scm (with-home-directory, with-ephemeral-home-directory): Move... * tests/gpgscm/gnupg.scm: ... to this new file. * tests/gpgscm/main.c (main): Load the new file. Signed-off-by: Justus Winter --- tests/gpgscm/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gpgscm/main.c') diff --git a/tests/gpgscm/main.c b/tests/gpgscm/main.c index 79072a540..5e04d978e 100644 --- a/tests/gpgscm/main.c +++ b/tests/gpgscm/main.c @@ -314,6 +314,8 @@ main (int argc, char **argv) err = load (sc, "repl.scm", 0, 1); if (! err) err = load (sc, "tests.scm", 0, 1); + if (! err) + err = load (sc, "gnupg.scm", 0, 1); if (err) { fprintf (stderr, "Error initializing gpgscm: %s.\n", -- cgit v1.2.3