aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-05-14 08:12:36 +0200
committerBjörn Gustavsson <[email protected]>2016-05-16 07:51:13 +0200
commitf679efe1c19cb7d6bab8a68226a9d748474ef902 (patch)
treea3b595c5be258df0500e34b40bb946f4ff381b1a /lib/compiler/test/Makefile
parentdfa4ae40076a472161a5ad7a7824f28ebfc46847 (diff)
downloadotp-f679efe1c19cb7d6bab8a68226a9d748474ef902.tar.gz
otp-f679efe1c19cb7d6bab8a68226a9d748474ef902.tar.bz2
otp-f679efe1c19cb7d6bab8a68226a9d748474ef902.zip
Add beam_bool_SUITE
It's time that we have a dedicated test suite for beam_bool.
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 \