diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-06-15 14:51:40 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-06-17 10:36:28 +0200 |
commit | d2c8888a93378b19a3a3ca3be100ff583cff1fd3 (patch) | |
tree | 85351b9144030efeceab1d894c31ee559edb0794 /lib/compiler/test/Makefile | |
parent | 82f6d6a5c9ad7dec5fccf92e892611a083efe896 (diff) | |
download | otp-d2c8888a93378b19a3a3ca3be100ff583cff1fd3.tar.gz otp-d2c8888a93378b19a3a3ca3be100ff583cff1fd3.tar.bz2 otp-d2c8888a93378b19a3a3ca3be100ff583cff1fd3.zip |
compiler: Add regressions_SUITE
regressions_SUITE will have code snippets which previously crashed the compiler.
This commits includes a test for Maps crash in beam_bool.
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 \ |