aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgme (unfollow)
Commit message (Collapse)AuthorFilesLines
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]>