aboutsummaryrefslogtreecommitdiffstats
path: root/tests/migrations/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migrations/Makefile.am')
-rw-r--r--tests/migrations/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/migrations/Makefile.am b/tests/migrations/Makefile.am
index a592bdd7b..0f581c270 100644
--- a/tests/migrations/Makefile.am
+++ b/tests/migrations/Makefile.am
@@ -28,11 +28,17 @@ AM_CFLAGS =
TESTS_ENVIRONMENT = GPG_AGENT_INFO= LC_ALL=C
-TESTS = from-classic.test
+TESTS = from-classic.test \
+ extended-private-key-format.test
TEST_FILES = from-classic.gpghome/pubring.gpg.asc \
from-classic.gpghome/secring.gpg.asc \
- from-classic.gpghome/trustdb.gpg.asc
+ from-classic.gpghome/trustdb.gpg.asc \
+ extended-private-key-format.gpghome/trustdb.gpg.asc \
+ extended-private-key-format.gpghome/pubring.kbx.asc \
+ extended-private-key-format.gpghome/private-keys-v1.d/13FDB8809B17C5547779F9D205C45F47CE0217CE.key.asc \
+ extended-private-key-format.gpghome/private-keys-v1.d/343D8AF79796EE107D645A2787A9D9252F924E6F.key.asc \
+ extended-private-key-format.gpghome/private-keys-v1.d/8B5ABF3EF9EB8D96B91A0B8C2C4401C91C834C34.key.asc
EXTRA_DIST = $(TESTS) $(TEST_FILES)