diff options
author | Werner Koch <[email protected]> | 2016-06-17 19:16:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-17 19:16:37 +0000 |
commit | ce1689ea0720552ac900d7b2c4139caf24452018 (patch) | |
tree | b0dd21e52526ec059261bc04bbdc70a728556fea /Makefile.am | |
parent | gpgscm: Silence compiler warnings. (diff) | |
download | gnupg-ce1689ea0720552ac900d7b2c4139caf24452018.tar.gz gnupg-ce1689ea0720552ac900d7b2c4139caf24452018.zip |
tests: Make make distcheck work again.
* Makefile.am (tests): Remove test code which would led to doubling
calls to for e.g. "make distclean".
* tests/Makefile.am: Typo fixes.
* tests/gpgscm/Makefile.am (EXTRA_DIST): Fix name of License file.
Add repl.scm.
(check): Replace by check-local because check is a standard automake
target.
* tests/openpgp/Makefile.am (TESTS_ENVIRONMENT): Replace gmake0sim by
automake generated macro.
(EXTRA_DIST): Add defs.scm
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3612854d7..bf1230226 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,7 +93,7 @@ endif if RUN_TESTS tests = tests else -tests = tests/gpgscm tests/openpgp +tests = endif SUBDIRS = m4 common kbx \ |