diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-05-09 17:59:12 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-05-09 17:59:12 +0200 |
commit | 1c817ecd054780551bcbe8b5a0e30bea2b3da04e (patch) | |
tree | e1a57c1592b3662cc785f4770e210140593a9986 /lib/hipe/test/Makefile | |
parent | 659213c7facb71410fe990d5099abf3019c58b3e (diff) | |
parent | f6d5234c391a0ba834337c3e92ee5fb377834a32 (diff) | |
download | otp-1c817ecd054780551bcbe8b5a0e30bea2b3da04e.tar.gz otp-1c817ecd054780551bcbe8b5a0e30bea2b3da04e.tar.bz2 otp-1c817ecd054780551bcbe8b5a0e30bea2b3da04e.zip |
Merge branch 'ks/hipe-map-support/OTP-11900' into maint
* ks/hipe-map-support/OTP-11900:
Add five new test files for maps in the HiPE test suite
Copy the tests for maps from the compiler application to a new HiPE test suite
Translate the put_map_assoc and put_map_exact BEAM instructions to ICode
Translate the has_map_fields and get_map_elements BEAM instructions to ICode
Diffstat (limited to 'lib/hipe/test/Makefile')
-rw-r--r-- | lib/hipe/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/hipe/test/Makefile b/lib/hipe/test/Makefile index acb2849d0d..009f503abb 100644 --- a/lib/hipe/test/Makefile +++ b/lib/hipe/test/Makefile @@ -10,7 +10,8 @@ MODULES= \ # .erl files for these modules are automatically generated GEN_MODULES= \ - bs_SUITE + bs_SUITE \ + maps_SUITE ERL_FILES= $(MODULES:%=%.erl) |