diff options
author | Justus Winter <justus@g10code.com> | 2016-09-30 16:22:40 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-10-04 13:23:17 +0200 |
commit | 4a232d23a8f51bebf9ee382e480248b4bde30f28 (patch) | |
tree | 160c2de5f7fcfcad3b82e2b2e264199cdaf13cf3 /Makefile.am | |
parent | tests,w32: Do not expose 'glob' to gpgscm. (diff) | |
download | gnupg2-4a232d23a8f51bebf9ee382e480248b4bde30f28.tar.xz gnupg2-4a232d23a8f51bebf9ee382e480248b4bde30f28.zip |
build,w32: Unconditionally build tests.
* configure.ac (run_tests, RUN_TESTS, RUN_GPG_TESTS): Remove
variables. They are misleadingly named, as they inhibit building the
tests. There is no reason not to build the tests even when
cross-compiling, as they are only run if one does 'make check'.
* Makefile: Adapt accordingly.
* tests/Makefile.am: Adapt accordingly. Avoid building 'asschk' on
Windows as it uses non-portable functions.
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index b589e72e7..7950980c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,15 +90,9 @@ else doc = endif -if RUN_TESTS -tests = tests -else -tests = -endif - SUBDIRS = m4 common kbx \ ${gpg} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \ - ${tools} po ${doc} ${tests} + ${tools} po ${doc} tests dist_doc_DATA = README |