From ba77e24590283aa242bb273093152387548636ac Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Tue, 21 May 2013 13:57:43 +0200 Subject: crypto: Ctify tests and test new API Also fix bugs found by new tests --- lib/crypto/test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/crypto/test/Makefile') diff --git a/lib/crypto/test/Makefile b/lib/crypto/test/Makefile index ec8136b455..07e5c1b754 100644 --- a/lib/crypto/test/Makefile +++ b/lib/crypto/test/Makefile @@ -7,7 +7,8 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES = \ blowfish_SUITE \ - crypto_SUITE + crypto_SUITE \ + old_crypto_SUITE ERL_FILES= $(MODULES:%=%.erl) -- cgit v1.2.3