From 0c924848a3f7bae6fe3d4f2b5d4d47277e45665b Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Wed, 17 Oct 2012 16:56:34 +0200 Subject: [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. --- lib/common_test/test/common_test.cover | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/common_test') 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]}. -- cgit v1.2.3