1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-15 00:29:49 +02:00

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 <wk@gnupg.org>
This commit is contained in:
Werner Koch 2016-05-04 11:31:27 +02:00
parent 4fd13ab78d
commit d696eb396a
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 1 additions and 2 deletions

View File

@ -1899,7 +1899,6 @@ tools/Makefile
doc/Makefile doc/Makefile
tests/Makefile tests/Makefile
tests/openpgp/Makefile tests/openpgp/Makefile
tests/migrations/Makefile
tests/pkits/Makefile tests/pkits/Makefile
g10/gpg.w32-manifest g10/gpg.w32-manifest
]) ])

View File

@ -25,7 +25,7 @@ else
openpgp = openpgp =
endif endif
SUBDIRS = ${openpgp} . migrations pkits SUBDIRS = ${openpgp} . pkits
GPGSM = ../sm/gpgsm GPGSM = ../sm/gpgsm