diff options
author | Werner Koch <[email protected]> | 2016-05-04 09:31:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-04 09:35:24 +0000 |
commit | d696eb396a9c88319358da4333feb653994d5408 (patch) | |
tree | f5baf2b9b203187ef684315af02ca0287e14a24b /configure.ac | |
parent | po: Update Russian translation (diff) | |
download | gnupg-d696eb396a9c88319358da4333feb653994d5408.tar.gz gnupg-d696eb396a9c88319358da4333feb653994d5408.zip |
tests: Disable the migrations tests
* tests/Makefile.am (SUBDIRS): Remove migrations.
* configure.ac (AC_CONFIG_FILES): Remove migrations Makefile.
--
The tests introduced with commit defbc70b require some non-portable
tools like mktemp and basename. They further fail with "make
distcheck". Removed for now.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6bbb41f50..6aeca177c 100644 --- a/configure.ac +++ b/configure.ac @@ -1899,7 +1899,6 @@ tools/Makefile doc/Makefile tests/Makefile tests/openpgp/Makefile -tests/migrations/Makefile tests/pkits/Makefile g10/gpg.w32-manifest ]) |