aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/test/Makefile
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-05-21 13:57:43 +0200
committerIngela Anderton Andin <[email protected]>2013-05-27 11:34:47 +0200
commitba77e24590283aa242bb273093152387548636ac (patch)
tree9bcb094df84e529e70697df062e9bb40352daf52 /lib/crypto/test/Makefile
parent45c4152d54bd4476f1261182706495c50b837117 (diff)
downloadotp-ba77e24590283aa242bb273093152387548636ac.tar.gz
otp-ba77e24590283aa242bb273093152387548636ac.tar.bz2
otp-ba77e24590283aa242bb273093152387548636ac.zip
crypto: Ctify tests and test new API
Also fix bugs found by new tests
Diffstat (limited to 'lib/crypto/test/Makefile')
-rw-r--r--lib/crypto/test/Makefile3
1 files changed, 2 insertions, 1 deletions
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)