diff options
author | Justus Winter <[email protected]> | 2016-08-01 09:08:43 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-08-01 09:08:43 +0000 |
commit | c971ff0823d9a649b32fd9f169a12abc3095246e (patch) | |
tree | e2b9ee592c3a85c845fb9ced35bdc582597692bc | |
parent | tests: Fix distcheck. (diff) | |
download | gnupg-c971ff0823d9a649b32fd9f169a12abc3095246e.tar.gz gnupg-c971ff0823d9a649b32fd9f169a12abc3095246e.zip |
tests: Distribute standalone test runner.
* tests/openpgp/Makefile.am (EXTRA_DIST): Add missing file
'run-tests.scm'.
GnuPG-bug-id: 2431
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | tests/openpgp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index fa02a93f6..7983d6f8b 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -159,7 +159,7 @@ sample_msgs = samplemsgs/issue2419.asc EXTRA_DIST = defs.inc defs.scm pinentry.sh $(TESTS) $(TEST_FILES) \ mkdemodirs signdemokey $(priv_keys) $(sample_keys) \ - $(sample_msgs) ChangeLog-2011 + $(sample_msgs) ChangeLog-2011 run-tests.scm CLEANFILES = prepared.stamp x y yy z out err $(data_files) \ plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \ |