diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-15 23:08:06 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-15 23:08:06 +0200 |
commit | 888126d257e05ce3794382c9b87a766922e0e93f (patch) | |
tree | 0a7f2f6329e1ecaa073844258f3de8b3b58c9588 /tests/openpgp-certs | |
parent | 56294059b478b45c20abf53f0e4bd264b67cc150 (diff) | |
download | gnutls-888126d257e05ce3794382c9b87a766922e0e93f.tar.gz |
Disable openpgp-certs properly.
Diffstat (limited to 'tests/openpgp-certs')
-rw-r--r-- | tests/openpgp-certs/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/openpgp-certs/Makefile.am b/tests/openpgp-certs/Makefile.am index 8504623128..d437dc51be 100644 --- a/tests/openpgp-certs/Makefile.am +++ b/tests/openpgp-certs/Makefile.am @@ -19,12 +19,15 @@ if ENABLE_OPENPGP -dist_check_SCRIPTS = testcerts - EXTRA_DIST = ca-public.gpg srv-public-all-signed.gpg srv-secret.gpg \ ca-secret.gpg srv-public.gpg srv-public-127.0.0.1-signed.gpg \ srv-public-localhost-signed.gpg -TESTS = testcerts +# The selftest is disabled until we can make it work under Wine and +# under Debian buildds (problem with 127.0.0.2?). Just extra-dist it +# for now. +EXTRA_DIST += testcerts +#dist_check_SCRIPTS = testcerts +#TESTS = testcerts endif |