diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-07-10 16:36:40 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-07-15 17:01:35 +0200 |
commit | a1129128cec73cddd4f64c915a7dd7a85171c417 (patch) | |
tree | dc2c02ae0554676602169b00c6554480c6f37153 /lib/runtime_tools/test/Makefile | |
parent | 26aa1ac35208258479e6c1d1c9573bd33ff89ff8 (diff) | |
download | otp-a1129128cec73cddd4f64c915a7dd7a85171c417.tar.gz otp-a1129128cec73cddd4f64c915a7dd7a85171c417.tar.bz2 otp-a1129128cec73cddd4f64c915a7dd7a85171c417.zip |
Add system_information testsuite
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 bcabdf13ed..dcb9082231 100644 --- a/lib/runtime_tools/test/Makefile +++ b/lib/runtime_tools/test/Makefile @@ -5,6 +5,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES = \ dyntrace_SUITE \ runtime_tools_SUITE \ + system_information_SUITE \ dbg_SUITE \ erts_alloc_config_SUITE |