diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-06-17 10:37:14 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-06-17 10:37:14 +0200 |
commit | 1638cd602d321903fbf9cb03a83e28ec0d55f965 (patch) | |
tree | 6caa26d365300e7228db7547f7cd61ab4e34d3cf /lib/compiler/test/Makefile | |
parent | 5fc3d37e65d31dea7938750a3d75c7a1f7ebbd25 (diff) | |
parent | d2c8888a93378b19a3a3ca3be100ff583cff1fd3 (diff) | |
download | otp-1638cd602d321903fbf9cb03a83e28ec0d55f965.tar.gz otp-1638cd602d321903fbf9cb03a83e28ec0d55f965.tar.bz2 otp-1638cd602d321903fbf9cb03a83e28ec0d55f965.zip |
Merge branch 'egil/fix-compiler-beam_bool/OTP-12844'
* egil/fix-compiler-beam_bool/OTP-12844:
compiler: Add regressions_SUITE
compiler: Fix beam_bool pass for get_map_elements
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 98125fc84e..6553d10077 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -33,6 +33,7 @@ MODULES= \ num_bif_SUITE \ receive_SUITE \ record_SUITE \ + regressions_SUITE \ trycatch_SUITE \ warnings_SUITE \ z_SUITE \ |