aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgme (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-25tests,w32: Fix GPGME tests requiring a pinentry.Justus Winter1-2/+4
* tests/gpgme/gpgme-defs.scm: Use our fake pinentry, and configure it to supply the correct passphrase. -- Previously, the GPGME tests used the fake pinentry distributed with GPGME which is a Bourne shell script. Use the fake pinentry from GnuPG instead. Signed-off-by: Justus Winter <[email protected]>
2017-01-25tests: Skip GPGME tests that are not built.Justus Winter1-2/+5
* tests/gpgme/wrap.scm: Skip tests that are not built. -- Previously, all tests from GPGME's test suite that were not built (e.g. because GPGME was not configured with QT) were marked as failures. Signed-off-by: Justus Winter <[email protected]>
2017-01-25tests,w32: Fix locating GPGME's tests on Windows.Justus Winter1-1/+1
* tests/gpgme/run-tests.scm: Qualify the test with the executable extension. -- Previously, the test suite could not locate the test executables on Windows because the Windows-specific file extension was missing. Signed-off-by: Justus Winter <[email protected]>
2016-12-20tests: Move argument parser.Justus Winter1-25/+0
* tests/gpgme/gpgme-defs.scm (flag): Move... * tests/gpgscm/tests.scm: ... over here. Signed-off-by: Justus Winter <[email protected]>
2016-12-15build: Fix distcheck.Justus Winter1-0/+2
* tests/gpgme/Makefile.am (CLEANFILES): New variable, clean test logs. Signed-off-by: Justus Winter <[email protected]>
2016-12-14tests: Reuse GPGME's tests.Justus Winter5-0/+389
* configure.ac (AC_CONFIG_FILES): Add new Makefile. * tests/Makefile.am (SUBDIRS): Add new directory. * tests/gpgme/Makefile.am: New file. * tests/gpgme/gpgme-defs.scm: Likewise. * tests/gpgme/run-tests.scm: Likewise. * tests/gpgme/setup.scm: Likewise. * tests/gpgme/wrap.scm: Likewise. Signed-off-by: Justus Winter <[email protected]>