aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2011-01-12 14:56:23 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:39:00 +0100
commitcfa01c9bd748df38750dc4841030e6520610538a (patch)
tree4716624dad9fa4a72cfbae8b48df0bb9c863c27e /lib/runtime_tools/test
parent5fef403779c4894189abf6fd18e6c8e5d54064c5 (diff)
downloadotp-cfa01c9bd748df38750dc4841030e6520610538a.tar.gz
otp-cfa01c9bd748df38750dc4841030e6520610538a.tar.bz2
otp-cfa01c9bd748df38750dc4841030e6520610538a.zip
Update and add cover spec files to work with common_test
Diffstat (limited to 'lib/runtime_tools/test')
-rw-r--r--lib/runtime_tools/test/Makefile2
-rw-r--r--lib/runtime_tools/test/runtime_tools.cover4
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/runtime_tools/test/Makefile b/lib/runtime_tools/test/Makefile
index 873d395277..7dc7a015e1 100644
--- a/lib/runtime_tools/test/Makefile
+++ b/lib/runtime_tools/test/Makefile
@@ -57,7 +57,7 @@ release_spec: opt
release_tests_spec: make_emakefile
$(INSTALL_DIR) $(RELSYSDIR)
- $(INSTALL_DATA) runtime_tools.spec $(ERL_FILES) $(RELSYSDIR)
+ $(INSTALL_DATA) runtime_tools.spec runtime_tools.cover $(ERL_FILES) $(RELSYSDIR)
$(INSTALL_DATA) $(EMAKEFILE) runtime_tools.cover $(RELSYSDIR)
chmod -f -R u+w $(RELSYSDIR)
@tar cf - *_SUITE_data | (cd $(RELSYSDIR); tar xf -)
diff --git a/lib/runtime_tools/test/runtime_tools.cover b/lib/runtime_tools/test/runtime_tools.cover
index 2d62ebe6ac..ef850bc377 100644
--- a/lib/runtime_tools/test/runtime_tools.cover
+++ b/lib/runtime_tools/test/runtime_tools.cover
@@ -1 +1,3 @@
-{exclude,[observer_backend]}.
+{incl_app,runtime_tools,details}.
+
+{excl_mods, runtime_tools, [observer_backend]}.