diff options
author | Sverker Eriksson <[email protected]> | 2018-01-11 20:52:27 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-01-29 18:24:23 +0100 |
commit | 0359cdc8552ad056e976a8c097624b4305ef6755 (patch) | |
tree | f7dc7c928559e6c2d39607529b1d2b9b81dd9f4e /lib/runtime_tools/test/Makefile | |
parent | 919ef5de2858e606d4a9be3e0e995b0802c76e33 (diff) | |
download | otp-0359cdc8552ad056e976a8c097624b4305ef6755.tar.gz otp-0359cdc8552ad056e976a8c097624b4305ef6755.tar.bz2 otp-0359cdc8552ad056e976a8c097624b4305ef6755.zip |
runtime_tools: Add scheduler module
Diffstat (limited to 'lib/runtime_tools/test/Makefile')
-rw-r--r-- | lib/runtime_tools/test/Makefile | 1 |
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) |