diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d72f51e8b..6ede0d409 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,14 +18,7 @@ ## Process this file with automake to produce Makefile.in - -if RUN_GPG_TESTS -openpgp = openpgp -else -openpgp = -endif - -SUBDIRS = gpgscm ${openpgp} . migrations pkits +SUBDIRS = gpgscm openpgp migrations pkits . GPGSM = ../sm/gpgsm @@ -66,7 +59,9 @@ CLEANFILES = inittests.stamp x y y z out err \ DISTCLEANFILES = pubring.kbx~ random_seed +if !HAVE_W32_SYSTEM noinst_PROGRAMS = asschk +endif asschk_SOURCES = asschk.c |