aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/test/Makefile
diff options
context:
space:
mode:
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)