diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-27 12:37:33 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-27 12:37:33 +0000 |
commit | a07b7d228f44bf2d17879a7902358af80cf5a98b (patch) | |
tree | e8d1b37618786454cd4fb121fedfc7e2c51be9a6 /tests | |
parent | 074e5ddf3ebc72acbd9075431864105af6db9067 (diff) | |
download | gnutls-a07b7d228f44bf2d17879a7902358af80cf5a98b.tar.gz |
Revert.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 55912294d0..e1adfa79a4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,20 +32,19 @@ EXTRA_DIST = client.p12 noclient.p12 unclient.p12 # For pkcs8. EXTRA_DIST += encpkcs8.pem unencpkcs8.pem enc2pkcs8.pem +ctests = simple openssl gc set_pkcs12_cred certder +if HAVE_FORK +ctests += anonself pskself dhepskself tlsia resume openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la tlsia_LDADD = $(LDADD) ../libextra/libgnutls-extra.la \ ../gl/libgnu.la @LTLIBREADLINE@ - -ctests = simple$(EXEEXT) openssl$(EXEEXT) gc$(EXEEXT) \ - set_pkcs12_cred$(EXEEXT) certder$(EXEEXT) -if HAVE_FORK -ctests += anonself$(EXEEXT) pskself$(EXEEXT) dhepskself$(EXEEXT) \ - tlsia resume$(EXEEXT) endif -TESTS = pkcs12_neon pkcs8 $(ctests) + check_PROGRAMS = $(ctests) dist_check_SCRIPTS = pkcs12_neon pkcs8 +TESTS = pkcs12_neon pkcs8 $(ctests) + VALGRIND=valgrind --tool=memcheck --leak-check=full --leak-resolution=high \ --show-reachable=yes --num-callers=50 TESTS_ENVIRONMENT = \ |