diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-04-18 14:46:54 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-04-29 18:31:36 +0200 |
commit | 30bdb63be449ac92c98e35cf1d2ec7729981f5b6 (patch) | |
tree | 9ce9628dcc58588e49bcc1be1660bfe9cd7c3237 /lib/runtime_tools/test/Makefile | |
parent | a80b7eeb9927309cdbc68296ca9892486a3a8707 (diff) | |
download | otp-30bdb63be449ac92c98e35cf1d2ec7729981f5b6.tar.gz otp-30bdb63be449ac92c98e35cf1d2ec7729981f5b6.tar.bz2 otp-30bdb63be449ac92c98e35cf1d2ec7729981f5b6.zip |
runtime_tools: Add lttng dyntrace tests
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 432a361468..61377ea09e 100644 --- a/lib/runtime_tools/test/Makefile +++ b/lib/runtime_tools/test/Makefile @@ -4,6 +4,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES = \ dyntrace_SUITE \ + dyntrace_lttng_SUITE \ runtime_tools_SUITE \ system_information_SUITE \ dbg_SUITE \ |