diff options
author | Justus Winter <[email protected]> | 2016-09-05 11:58:37 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-05 12:05:19 +0000 |
commit | 059c79d8b447a3baa9ad0b4d3367bdb64dd2ef3b (patch) | |
tree | 24d49968556d2ea957f751d7ec6927f301b63bce | |
parent | common: Improve waiting for processes on POSIX. (diff) | |
download | gnupg-059c79d8b447a3baa9ad0b4d3367bdb64dd2ef3b.tar.gz gnupg-059c79d8b447a3baa9ad0b4d3367bdb64dd2ef3b.zip |
tests: Pass flags to test driver.
* tests/openpgp/Makefile.am (xcheck): Pass flags to 'run-tests.scm'.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-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 5d8acbf65..43de31e9f 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -98,7 +98,7 @@ check: xcheck .PHONY: xcheck xcheck: $(TESTS_ENVIRONMENT) $(abs_top_builddir)/tests/gpgscm/gpgscm \ - run-tests.scm $(XTESTS) + run-tests.scm $(TESTFLAGS) $(XTESTS) 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 \ |