diff options
author | Justus Winter <justus@g10code.com> | 2016-11-17 13:11:48 +0100 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-12-14 16:50:44 +0100 |
commit | 948cca9c99e701a1668bb5fd6e25f07e35381b4d (patch) | |
tree | b3bf89cae422afe9503315c90e0ee920083300ad /tests/Makefile.am | |
parent | common: Support locating components in the build tree. (diff) | |
download | gnupg2-948cca9c99e701a1668bb5fd6e25f07e35381b4d.tar.xz gnupg2-948cca9c99e701a1668bb5fd6e25f07e35381b4d.zip |
tests: Reuse GPGME's tests.
* 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 <justus@g10code.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2fbdc7fa1..c022e2a6e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,7 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = gpgscm openpgp migrations pkits . +SUBDIRS = gpgscm openpgp migrations gpgme pkits . GPGSM = ../sm/gpgsm |