diff options
author | Siri Hansen <[email protected]> | 2012-10-17 16:56:34 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-10-30 11:18:41 +0100 |
commit | 0c924848a3f7bae6fe3d4f2b5d4d47277e45665b (patch) | |
tree | d9e0b83cf786bec1e380e5db5e2e469434503126 /lib/common_test | |
parent | f617b5b1f310dd37d606f3648246cc0851e12bef (diff) | |
download | otp-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')
-rw-r--r-- | lib/common_test/test/common_test.cover | 8 |
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]}. |