aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/test/Makefile
diff options
context:
space:
mode:
authorPaul Oliver <[email protected]>2009-12-03 11:09:00 +0000
committerBjörn Gustavsson <[email protected]>2009-12-11 11:21:56 +0100
commitb113de760b4e4c04ba573ed54c7298a86e6bfe8a (patch)
treeb1912ce89de4bee13065bda1472b0aff83be5db8 /lib/crypto/test/Makefile
parent8ca11d98e601dda66cdfb12d526b20fa3beece8e (diff)
downloadotp-b113de760b4e4c04ba573ed54c7298a86e6bfe8a.tar.gz
otp-b113de760b4e4c04ba573ed54c7298a86e6bfe8a.tar.bz2
otp-b113de760b4e4c04ba573ed54c7298a86e6bfe8a.zip
Add Blowfish tests
Diffstat (limited to 'lib/crypto/test/Makefile')
-rw-r--r--lib/crypto/test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/crypto/test/Makefile b/lib/crypto/test/Makefile
index bf5c42877e..e728875027 100644
--- a/lib/crypto/test/Makefile
+++ b/lib/crypto/test/Makefile
@@ -5,7 +5,9 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
# Target Specs
# ----------------------------------------------------
-MODULES= crypto_SUITE
+MODULES = \
+ blowfish_SUITE \
+ crypto_SUITE
ERL_FILES= $(MODULES:%=%.erl)