diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-28 13:41:11 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-07-28 18:26:57 +0200 |
commit | 071ba28b1fd03b00625f9b6789bfd00181842136 (patch) | |
tree | b94a931a267b33f042c815e0eb7aef9eca9f8a1e /configure.ac | |
parent | 97326e86769460faeb091ea35d5ad1f76c9df7f7 (diff) | |
download | gnutls-071ba28b1fd03b00625f9b6789bfd00181842136.tar.gz |
configure: do not generate makefiles in removed dirstests-simplification
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 492871c1f7..ce26ae0355 100644 --- a/configure.ac +++ b/configure.ac @@ -933,17 +933,10 @@ AC_CONFIG_FILES([ tests/windows/Makefile tests/cert-tests/Makefile tests/ocsp-tests/Makefile - tests/dsa/Makefile tests/dtls/Makefile - tests/srp/Makefile - tests/ecdsa/Makefile tests/key-tests/Makefile tests/openpgp-certs/Makefile - tests/pkcs12-decode/Makefile - tests/pkcs8-decode/Makefile - tests/safe-renegotiation/Makefile tests/scripts/Makefile - tests/sha2/Makefile tests/slow/Makefile tests/suite/Makefile ]) |