diff options
author | Justus Winter <justus@g10code.com> | 2016-06-21 18:10:18 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-06-21 18:15:30 +0200 |
commit | f548383d9af912bf93217068cc8aa99a9a6eda93 (patch) | |
tree | 61786a73598fb2ad30eba9bd9e98d7be4543e117 /configure.ac | |
parent | gpgscm: Add more file handling functions. (diff) | |
download | gnupg2-f548383d9af912bf93217068cc8aa99a9a6eda93.tar.xz gnupg2-f548383d9af912bf93217068cc8aa99a9a6eda93.zip |
tests/migrations: Convert to Scheme and re-enable.
* configure.ac: Re-enable.
* tests/Makefile.am: Likewise.
* tests/migrations/Makefile.am (TESTS): Use Scheme tests.
* tests/migrations/common.scm: New file.
* tests/migrations/extended-private-key-format.scm: Likewise.
* tests/migrations/from-classic.scm: Likewise.
* tests/migrations/extended-private-key-format.test: Drop file.
* tests/migrations/from-classic.test: Drop file.
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bb925c513..215831b73 100644 --- a/configure.ac +++ b/configure.ac @@ -1905,6 +1905,7 @@ doc/Makefile tests/Makefile tests/gpgscm/Makefile tests/openpgp/Makefile +tests/migrations/Makefile tests/pkits/Makefile g10/gpg.w32-manifest ]) |