diff options
author | Björn Gustavsson <[email protected]> | 2015-01-21 10:18:27 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-21 10:18:27 +0100 |
commit | 2efa0d7d6c4bcc529aa128f859fed83bda12a884 (patch) | |
tree | b4c16bdaf17325dff1226b0236673dcecdb3052d /lib/compiler/test/Makefile | |
parent | 046751dc8ca305a390aa4cf9ee132f0190d809f5 (diff) | |
parent | 9f181f07d452a63c1787c71199ca4ac61ea5f688 (diff) | |
download | otp-2efa0d7d6c4bcc529aa128f859fed83bda12a884.tar.gz otp-2efa0d7d6c4bcc529aa128f859fed83bda12a884.tar.bz2 otp-2efa0d7d6c4bcc529aa128f859fed83bda12a884.zip |
Merge branch 'bjorn/compiler/coverage'
* bjorn/compiler/coverage:
map_SUITE: Ensure recompilation when running cover
Add beam_utils_SUITE to cover more lines in beam_utils
beam_utils: Remove unreachable clauses in live_opt/4
receive_SUITE: Cover handling of recv_mark & recv_set in beam_utils
beam_validator_SUITE: Mend the compiler_bug/1 test case
beam_clean: Remove handling of forgotten instructions
compile_SUITE: Test the 'dialyzer' option
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 \ |