diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-26 14:59:34 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-26 15:01:33 +0200 |
commit | b099387c7e02bae764634a545f436f3f7922e478 (patch) | |
tree | 04a68b48db5b629c51dc4ba45c58cae5528fad22 /configure.ac | |
parent | fc0c62e6d3e0b233fd4b6c80a19129e0b9b77c2a (diff) | |
download | gnutls-b099387c7e02bae764634a545f436f3f7922e478.tar.gz |
configure.ac: don't generate makefiles of moved tests
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 221daa506c..eb752500b2 100644 --- a/configure.ac +++ b/configure.ac @@ -915,16 +915,13 @@ AC_CONFIG_FILES([ tests/ecdsa/Makefile tests/key-tests/Makefile tests/openpgp-certs/Makefile - tests/pkcs1-padding/Makefile tests/pkcs12-decode/Makefile tests/pkcs8-decode/Makefile - tests/rsa-md5-collision/Makefile tests/safe-renegotiation/Makefile tests/scripts/Makefile tests/sha2/Makefile tests/slow/Makefile tests/suite/Makefile - tests/userid/Makefile ]) AC_OUTPUT |