From d696eb396a9c88319358da4333feb653994d5408 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 4 May 2016 11:31:27 +0200 Subject: [PATCH] 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 --- configure.ac | 1 - tests/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 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