diff options
author | Björn Gustavsson <[email protected]> | 2015-01-13 11:21:32 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-21 10:01:21 +0100 |
commit | 19f3040b17697d5e94f178a32a0404940989914f (patch) | |
tree | 8d9384cdef9a93050137c573bd5ca94e1426b38d /lib/compiler/test/Makefile | |
parent | c03889dcbce713c4dbf70b9415aeb7f0b904929c (diff) | |
download | otp-19f3040b17697d5e94f178a32a0404940989914f.tar.gz otp-19f3040b17697d5e94f178a32a0404940989914f.tar.bz2 otp-19f3040b17697d5e94f178a32a0404940989914f.zip |
Add beam_utils_SUITE to cover more lines in beam_utils
Diffstat (limited to 'lib/compiler/test/Makefile')
-rw-r--r-- | lib/compiler/test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile index 892a401c75..73d52a48bc 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -11,6 +11,7 @@ MODULES= \ beam_validator_SUITE \ beam_disasm_SUITE \ beam_except_SUITE \ + beam_utils_SUITE \ bs_bincomp_SUITE \ bs_bit_binaries_SUITE \ bs_construct_SUITE \ @@ -40,6 +41,7 @@ NO_OPT= \ andor \ apply \ beam_except \ + beam_utils \ bs_construct \ bs_match \ bs_utf \ @@ -59,6 +61,7 @@ NO_OPT= \ INLINE= \ andor \ apply \ + beam_utils \ bs_bincomp \ bs_bit_binaries \ bs_construct \ |