aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/common_test.cover
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2012-10-17 16:56:34 +0200
committerSiri Hansen <[email protected]>2012-10-30 11:18:41 +0100
commit0c924848a3f7bae6fe3d4f2b5d4d47277e45665b (patch)
treed9e0b83cf786bec1e380e5db5e2e469434503126 /lib/common_test/test/common_test.cover
parentf617b5b1f310dd37d606f3648246cc0851e12bef (diff)
downloadotp-0c924848a3f7bae6fe3d4f2b5d4d47277e45665b.tar.gz
otp-0c924848a3f7bae6fe3d4f2b5d4d47277e45665b.tar.bz2
otp-0c924848a3f7bae6fe3d4f2b5d4d47277e45665b.zip
[test_server] Allow cross cover analysis when testing through common_test
The cross cover analysis functionality in test_server was broken since OTP converted to running daily tests through common_test. This has been corrected.
Diffstat (limited to 'lib/common_test/test/common_test.cover')
-rw-r--r--lib/common_test/test/common_test.cover8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/common_test/test/common_test.cover b/lib/common_test/test/common_test.cover
index e8e01a9312..66697854ea 100644
--- a/lib/common_test/test/common_test.cover
+++ b/lib/common_test/test/common_test.cover
@@ -1,2 +1,10 @@
%% -*- erlang -*-
{incl_app,common_test,details}.
+{cross_apps,common_test,[erl2html2,
+ test_server,
+ test_server_ctrl,
+ test_server_gl,
+ test_server_h,
+ test_server_io,
+ test_server_node,
+ test_server_sup]}.