diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2dc94f3c1..01013e0d8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -44,7 +44,13 @@ EXTRA_DIST = runtest inittests $(testscripts) \ samplekeys/cert_g10code_test1.pem \ samplekeys/cert_g10code_theo1.pem -TESTS = $(testscripts) +# We used to run $(testscripts) here but tehse asschk scripts ares not +# completely reliable in all enviromnets and thus we better disable +# them. The tests are anyway way to minimal. We will eventually +# write new tests based on gpg-connect-agent which has a full fledged +# script language and thus makes it far easier to write tests than to +# use the low--level asschk stuff. +TESTS = CLEANFILES = inittests.stamp x y y z out err \ *.lock .\#lk* |