mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +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:
parent
4fd13ab78d
commit
d696eb396a
@ -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
|
||||||
])
|
])
|
||||||
|
@ -25,7 +25,7 @@ else
|
|||||||
openpgp =
|
openpgp =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = ${openpgp} . migrations pkits
|
SUBDIRS = ${openpgp} . pkits
|
||||||
|
|
||||||
GPGSM = ../sm/gpgsm
|
GPGSM = ../sm/gpgsm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user