diff options
author | Sergey Abramyan <[email protected]> | 2014-04-15 11:45:37 +0400 |
---|---|---|
committer | Sergey Abramyan <[email protected]> | 2014-04-15 11:45:37 +0400 |
commit | 6e6b66218b8ce1f68ca9fd68690ee93d6c98bb05 (patch) | |
tree | d64d3802a1d5c29988e56dbad9d321082597f706 /lib/stdlib/test/Makefile | |
parent | ad4c02a9d7794727c78d36bd47b7272af3efc523 (diff) | |
download | otp-6e6b66218b8ce1f68ca9fd68690ee93d6c98bb05.tar.gz otp-6e6b66218b8ce1f68ca9fd68690ee93d6c98bb05.tar.bz2 otp-6e6b66218b8ce1f68ca9fd68690ee93d6c98bb05.zip |
Add docs and test for maps:get/3
Diffstat (limited to 'lib/stdlib/test/Makefile')
-rw-r--r-- | lib/stdlib/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/test/Makefile b/lib/stdlib/test/Makefile index 39f6ce423a..a271229c59 100644 --- a/lib/stdlib/test/Makefile +++ b/lib/stdlib/test/Makefile @@ -85,7 +85,8 @@ MODULES= \ zip_SUITE \ random_unicode_list \ random_iolist \ - error_logger_forwarder + error_logger_forwarder \ + maps_SUITE ERL_FILES= $(MODULES:%=%.erl) |