diff options
author | Björn Gustavsson <[email protected]> | 2012-03-20 08:20:30 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-03-26 14:44:08 +0200 |
commit | 49bd93a2bc608f84bc1bb849ee98e0677e34dd43 (patch) | |
tree | 7f35187ba291d631729310e7e547feffc32ecc67 /lib/runtime_tools/test/Makefile | |
parent | 67ccf96bb7b430e691509a45299eeee1ca5f27c5 (diff) | |
download | otp-49bd93a2bc608f84bc1bb849ee98e0677e34dd43.tar.gz otp-49bd93a2bc608f84bc1bb849ee98e0677e34dd43.tar.bz2 otp-49bd93a2bc608f84bc1bb849ee98e0677e34dd43.zip |
runtime_tools: Add dyntrace_SUITE
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 cfaf420d65..3e50ba02ca 100644 --- a/lib/runtime_tools/test/Makefile +++ b/lib/runtime_tools/test/Makefile @@ -3,6 +3,7 @@ include $(ERL_TOP)/make/target.mk include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES = \ + dyntrace_SUITE \ runtime_tools_SUITE \ inviso_testmodule1_foo \ inviso_SUITE \ |