aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-05-16 08:15:51 +0200
committerBjörn Gustavsson <[email protected]>2016-05-16 08:15:51 +0200
commit85f0a672d1dc607bc039e7c83a9114f8395fe239 (patch)
treeac5c9a3f509d2c35e1f17ac39457addfb53a4c37 /lib/compiler/test/Makefile
parent1421ffc24fc57c83c2edd886fe9e088ddc701056 (diff)
parent7f4f4ef02349b4bf973cbc3bacc4d53a6a6abad2 (diff)
downloadotp-85f0a672d1dc607bc039e7c83a9114f8395fe239.tar.gz
otp-85f0a672d1dc607bc039e7c83a9114f8395fe239.tar.bz2
otp-85f0a672d1dc607bc039e7c83a9114f8395fe239.zip
Merge branch 'bjorn/compiler/beam_bool/ERL-143'
* bjorn/compiler/beam_bool/ERL-143: Eliminate crash in beam_bool Add beam_bool_SUITE Add missing test cases in andor_SUITE and beam_block_SUITE
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 85118502e3..203a50db55 100644
--- a/lib/compiler/test/Makefile
+++ b/lib/compiler/test/Makefile
@@ -9,6 +9,7 @@ MODULES= \
andor_SUITE \
apply_SUITE \
beam_block_SUITE \
+ beam_bool_SUITE \
beam_validator_SUITE \
beam_disasm_SUITE \
beam_except_SUITE \
@@ -46,6 +47,7 @@ NO_OPT= \
andor \
apply \
beam_block \
+ beam_bool \
beam_except \
beam_reorder \
beam_type \
@@ -70,6 +72,7 @@ INLINE= \
andor \
apply \
beam_block \
+ beam_bool \
beam_utils \
bs_bincomp \
bs_bit_binaries \