summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-05-12 00:31:18 +0100
committerDr. Stephen Henson <steve@openssl.org>2017-05-19 21:02:24 +0100
commita0a760ccf04c05b9a7b8b7a5b3a06a626a297362 (patch)
tree73ad39cca89389725230bfcb57635cc9a5d7e0ca /test/build.info
parent1bb6b50d4cac1c68877b823e69b5aa82e2518b02 (diff)
remove duplicate tests
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3451)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info15
1 files changed, 1 insertions, 14 deletions
diff --git a/test/build.info b/test/build.info
index 42dc1d6d86..8e94dca965 100644
--- a/test/build.info
+++ b/test/build.info
@@ -30,8 +30,7 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
md2test \
hmactest \
rc2test rc4test rc5test \
- destest sha1test sha256t sha512t \
- mdc2test \
+ destest mdc2test \
randtest dhtest enginetest casttest \
bftest ssltest_old dsatest exptest rsa_test \
evp_test evp_extra_test igetest v3nametest v3ext \
@@ -109,18 +108,6 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
INCLUDE[destest]=../include
DEPEND[destest]=../libcrypto libtestutil.a
- SOURCE[sha1test]=sha1test.c
- INCLUDE[sha1test]=../include
- DEPEND[sha1test]=../libcrypto libtestutil.a
-
- SOURCE[sha256t]=sha256t.c
- INCLUDE[sha256t]=../include
- DEPEND[sha256t]=../libcrypto libtestutil.a
-
- SOURCE[sha512t]=sha512t.c
- INCLUDE[sha512t]=../include
- DEPEND[sha512t]=../libcrypto libtestutil.a
-
SOURCE[mdc2test]=mdc2test.c
INCLUDE[mdc2test]=../include
DEPEND[mdc2test]=../libcrypto libtestutil.a