aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-03-11 09:51:50 +0100
committerBjörn Gustavsson <[email protected]>2016-03-11 09:51:50 +0100
commit276b0431229104601448d2ef36be31b610f591f0 (patch)
tree904108aa8df9601377ad4105f247ec951e5cc894 /lib/compiler/test/Makefile
parenta5b3398960e4be823944c532adccf53397625abb (diff)
parentc2035ebb8b7bbdeee1ff03a348ba39edef1050b1 (diff)
downloadotp-276b0431229104601448d2ef36be31b610f591f0.tar.gz
otp-276b0431229104601448d2ef36be31b610f591f0.tar.bz2
otp-276b0431229104601448d2ef36be31b610f591f0.zip
Merge branch 'bjorn/compiler/opt/OTP-12951'
* bjorn/compiler/opt/OTP-12951: beam_block: Eliminate unsafe optimization
Diffstat (limited to 'lib/compiler/test/Makefile')
-rw-r--r--lib/compiler/test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile
index c2d757da4d..85118502e3 100644
--- a/lib/compiler/test/Makefile
+++ b/lib/compiler/test/Makefile
@@ -8,6 +8,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
MODULES= \
andor_SUITE \
apply_SUITE \
+ beam_block_SUITE \
beam_validator_SUITE \
beam_disasm_SUITE \
beam_except_SUITE \
@@ -44,6 +45,7 @@ MODULES= \
NO_OPT= \
andor \
apply \
+ beam_block \
beam_except \
beam_reorder \
beam_type \
@@ -67,6 +69,7 @@ NO_OPT= \
INLINE= \
andor \
apply \
+ beam_block \
beam_utils \
bs_bincomp \
bs_bit_binaries \