diff options
author | Justus Winter <[email protected]> | 2016-08-10 09:52:49 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-08-10 09:59:42 +0000 |
commit | 194b1e979c7c547afd0dfea5b2496bdfa34b20f1 (patch) | |
tree | d2ca609d500070110ec75ee0a32ab10adf683e06 | |
parent | tests: Improve temporary directory handling. (diff) | |
download | gnupg-194b1e979c7c547afd0dfea5b2496bdfa34b20f1.tar.gz gnupg-194b1e979c7c547afd0dfea5b2496bdfa34b20f1.zip |
tests: Fix distcheck.
* tests/openpgp/Makefile.am (EXTRA_DIST): Explicitly add setup and
teardown scripts now that they no longer are included in the list of
tests.
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | tests/openpgp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index a43f23b4f..da12caef8 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -170,7 +170,8 @@ sample_msgs = samplemsgs/issue2419.asc EXTRA_DIST = defs.inc defs.scm pinentry.sh $(XTESTS) $(TEST_FILES) \ mkdemodirs signdemokey $(priv_keys) $(sample_keys) \ - $(sample_msgs) ChangeLog-2011 run-tests.scm + $(sample_msgs) ChangeLog-2011 run-tests.scm \ + setup.scm finish.scm CLEANFILES = prepared.stamp x y yy z out err $(data_files) \ plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \ |