aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/test/Makefile
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2017-11-10 10:42:54 +0100
committerLars Thorsen <[email protected]>2017-11-10 10:42:54 +0100
commit216872073815bfcfc0d3d18c51ae8291967c07dd (patch)
tree20b434e4ec21901265ca0d2a67143256fcbe8895 /lib/crypto/test/Makefile
parent5b08a8a194884e80967346781464cde4ef92b83e (diff)
parent044b0dab40ad2501f84dfdee106b25749e9189a3 (diff)
downloadotp-216872073815bfcfc0d3d18c51ae8291967c07dd.tar.gz
otp-216872073815bfcfc0d3d18c51ae8291967c07dd.tar.bz2
otp-216872073815bfcfc0d3d18c51ae8291967c07dd.zip
Merge branch 'maint'
Diffstat (limited to 'lib/crypto/test/Makefile')
-rw-r--r--lib/crypto/test/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/crypto/test/Makefile b/lib/crypto/test/Makefile
index 138081d386..e046a25338 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 \
+ engine_SUITE
ERL_FILES= $(MODULES:%=%.erl)
@@ -27,7 +28,7 @@ RELSYSDIR = $(RELEASE_PATH)/crypto_test
# FLAGS
# ----------------------------------------------------
ERL_MAKE_FLAGS +=
-ERL_COMPILE_FLAGS +=
+ERL_COMPILE_FLAGS += +nowarn_export_all
EBIN = .
MAKE_EMAKE = $(wildcard $(ERL_TOP)/make/make_emakefile)
@@ -77,7 +78,7 @@ release_spec:
release_tests_spec: $(TEST_TARGET)
$(INSTALL_DIR) "$(RELSYSDIR)"
$(INSTALL_DATA) crypto.spec crypto.cover $(RELTEST_FILES) "$(RELSYSDIR)"
- @tar cfh - crypto_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -)
+ @tar cfh - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -)
chmod -R u+w "$(RELSYSDIR)"
release_docs_spec: