aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/stdlib.cover
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/stdlib/test/stdlib.cover
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/stdlib/test/stdlib.cover')
-rw-r--r--lib/stdlib/test/stdlib.cover25
1 files changed, 16 insertions, 9 deletions
diff --git a/lib/stdlib/test/stdlib.cover b/lib/stdlib/test/stdlib.cover
index b98d949889..61f4f064b9 100644
--- a/lib/stdlib/test/stdlib.cover
+++ b/lib/stdlib/test/stdlib.cover
@@ -1,10 +1,17 @@
%% -*- erlang -*-
-{exclude,
- [erl_parse,
- ets,
- filename,
- gen_event,
- gen_server,
- gen,
- lists,
- proc_lib]}.
+{incl_app,stdlib,details}.
+
+{excl_mods,stdlib,
+ [erl_parse,
+ erl_eval,
+ ets,
+ filename,
+ gen_event,
+ gen_server,
+ gen,
+ lists,
+ io,
+ io_lib,
+ io_lib_format,
+ io_lib_pretty,
+ proc_lib]}.