aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test/Makefile
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-01-29 18:33:12 +0100
committerGitHub <[email protected]>2018-01-29 18:33:12 +0100
commitfc6eb93ae081ac5ebf715e53d0d2519067fcea95 (patch)
tree3f070e6b82c4c260a7ef2099109939cecaba9bdd /lib/runtime_tools/test/Makefile
parentb73e87f5de895860337c0d30473edd1e59667baa (diff)
parent0359cdc8552ad056e976a8c097624b4305ef6755 (diff)
downloadotp-fc6eb93ae081ac5ebf715e53d0d2519067fcea95.tar.gz
otp-fc6eb93ae081ac5ebf715e53d0d2519067fcea95.tar.bz2
otp-fc6eb93ae081ac5ebf715e53d0d2519067fcea95.zip
Merge PR-1639 from sverker/scheduler_utilization OTP-14904
runtime_tools: Add scheduler module
Diffstat (limited to 'lib/runtime_tools/test/Makefile')
-rw-r--r--lib/runtime_tools/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/runtime_tools/test/Makefile b/lib/runtime_tools/test/Makefile
index 61377ea09e..de37b2570d 100644
--- a/lib/runtime_tools/test/Makefile
+++ b/lib/runtime_tools/test/Makefile
@@ -9,6 +9,7 @@ MODULES = \
system_information_SUITE \
dbg_SUITE \
erts_alloc_config_SUITE \
+ scheduler_SUITE \
msacc_SUITE
ERL_FILES= $(MODULES:%=%.erl)