From c6ed863491ec3a1e0fcf9cbe2c93c87468306c29 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 4 Apr 2016 18:38:53 +0200 Subject: [PATCH] tests: Add missing file. * tests/openpgp/Makefile.am (TEST_FILES): Add plain-largeo.asc. -- Fixes-commit: 785a7f463ec4e937304ce1263c5e6a46e8079137 --- tests/openpgp/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 01813861b..4e09c2327 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -62,6 +62,7 @@ TESTS = version.test mds.test \ TEST_FILES = pubring.asc secring.asc plain-1o.asc plain-2o.asc plain-3o.asc \ plain-1.asc plain-2.asc plain-3.asc plain-1-pgp.asc \ + plain-largeo.asc \ pubring.pkr.asc secring.skr.asc secdemo.asc pubdemo.asc \ gpg.conf.tmpl gpg-agent.conf.tmpl \ bug537-test.data.asc bug894-test.asc \