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 | |
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 '')
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 1 insertions, 2 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 ]) diff --git a/tests/Makefile.am b/tests/Makefile.am index f3a2d16d9..307d82952 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,7 +25,7 @@ else openpgp = endif -SUBDIRS = ${openpgp} . migrations pkits +SUBDIRS = ${openpgp} . pkits GPGSM = ../sm/gpgsm |