diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-05-27 17:35:16 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-01-28 15:56:27 +0100 |
commit | 60e7d2695dcf8ac2484db87c649ca69f1d0b763c (patch) | |
tree | 76b8193a102f8ee6bc75f5d65aa977a59ac4abad /erts/emulator/test/Makefile | |
parent | 542c79e9685adbdab398856af99aaf9137966ec9 (diff) | |
download | otp-60e7d2695dcf8ac2484db87c649ca69f1d0b763c.tar.gz otp-60e7d2695dcf8ac2484db87c649ca69f1d0b763c.tar.bz2 otp-60e7d2695dcf8ac2484db87c649ca69f1d0b763c.zip |
erts: Add testsuite for Maps
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index f02ca3cb98..0b0568c31a 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -68,6 +68,7 @@ MODULES= \ hash_SUITE \ hibernate_SUITE \ list_bif_SUITE \ + map_SUITE \ match_spec_SUITE \ module_info_SUITE \ monitor_SUITE \ |