diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-02-03 11:29:33 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-02-03 11:29:33 +0100 |
commit | 52e15d7460bb277dec7fa01a58c6b85df47640ae (patch) | |
tree | ed672c8214d33881ffe6db565f52ccb5ff467e5e /lib/compiler/test/Makefile | |
parent | eec1d22c5aef21ad4606c79465084bbff46d42ee (diff) | |
parent | bc31418123c5abbdb2d2c3d3d5e4bfc53b5c7d26 (diff) | |
download | otp-52e15d7460bb277dec7fa01a58c6b85df47640ae.tar.gz otp-52e15d7460bb277dec7fa01a58c6b85df47640ae.tar.bz2 otp-52e15d7460bb277dec7fa01a58c6b85df47640ae.zip |
Merge branch 'egil/compiler/strengthen-tests'
* egil/compiler/strengthen-tests:
compiler: Teach beam_disasm has_map_field instruction
compiler: Fold binary Map key patterns to literals
compiler: Strengthen listings tests
compiler: Strengthen Maps tests
Diffstat (limited to 'lib/compiler/test/Makefile')
-rw-r--r-- | lib/compiler/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile index 51b3064589..0a637a07cd 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -26,6 +26,7 @@ MODULES= \ guard_SUITE \ inline_SUITE \ lc_SUITE \ + map_SUITE \ match_SUITE \ misc_SUITE \ num_bif_SUITE \ |