aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/test/Makefile
diff options
context:
space:
mode:
authorSean Cribbs <[email protected]>2018-04-03 11:01:42 -0500
committerSean Cribbs <[email protected]>2018-04-26 11:45:34 -0500
commite92eb8f4bd35c603b5a1b4c24beca01c93d17fe8 (patch)
treec9b82a4ed6f3058ee48c5c42dad02261bcb38857 /lib/hipe/test/Makefile
parent8313eae72dd170d2f4502d225b74dbf543198313 (diff)
downloadotp-e92eb8f4bd35c603b5a1b4c24beca01c93d17fe8.tar.gz
otp-e92eb8f4bd35c603b5a1b4c24beca01c93d17fe8.tar.bz2
otp-e92eb8f4bd35c603b5a1b4c24beca01c93d17fe8.zip
Move erl_types test into a common_test suite
The existing test/0 function in erl_types was not being run in the OTP test suite, and it had not been updated to match the implementation in the module (maps vs. dict). This commit removes the macros that excluded some functions, exports the functions now included in the module, and extracts the test into a new common_test suite, erl_types_SUITE.
Diffstat (limited to 'lib/hipe/test/Makefile')
-rw-r--r--lib/hipe/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/hipe/test/Makefile b/lib/hipe/test/Makefile
index 544888719f..efeb0887ab 100644
--- a/lib/hipe/test/Makefile
+++ b/lib/hipe/test/Makefile
@@ -7,7 +7,8 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
MODULES= \
hipe_SUITE \
- opt_verify_SUITE
+ opt_verify_SUITE \
+ erl_types_SUITE
# .erl files for these modules are automatically generated
GEN_MODULES= \