diff options
author | Hans Nilsson <[email protected]> | 2019-02-26 09:55:14 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-02-27 15:01:28 +0100 |
commit | 7ff0d33de285d895d410de415010c35634371297 (patch) | |
tree | 2dd5a53324dbe84af3af8743de38e6014d0c5d60 /lib/crypto/test/Makefile | |
parent | 83ccde5a1bf308312b675135c02bcbacefdd0c1d (diff) | |
download | otp-7ff0d33de285d895d410de415010c35634371297.tar.gz otp-7ff0d33de285d895d410de415010c35634371297.tar.bz2 otp-7ff0d33de285d895d410de415010c35634371297.zip |
crypto: Remove blowfish_SUITE.
The tests are a subset of the newer and larger crypto_SUITE.
Diffstat (limited to 'lib/crypto/test/Makefile')
-rw-r--r-- | lib/crypto/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto/test/Makefile b/lib/crypto/test/Makefile index 8b320e01a9..988d95a8bc 100644 --- a/lib/crypto/test/Makefile +++ b/lib/crypto/test/Makefile @@ -7,7 +7,6 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES = \ crypto_bench_SUITE \ - blowfish_SUITE \ crypto_SUITE \ engine_SUITE |