From 332591f03f7bc4585c8c108c192ab3bba6fec12c Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Wed, 17 Feb 2010 15:59:05 +0000 Subject: OTP-8311: Various updates and fixes in Common Test and Test Server --- lib/test_server/test/test_server.cover | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/test_server/test/test_server.cover (limited to 'lib/test_server/test/test_server.cover') diff --git a/lib/test_server/test/test_server.cover b/lib/test_server/test/test_server.cover new file mode 100644 index 0000000000..c2366db166 --- /dev/null +++ b/lib/test_server/test/test_server.cover @@ -0,0 +1,20 @@ +{exclude,[test_server, + test_server_ctrl, + ts_selftest]}. + +%% Using include list here because the test_server might not find +%% lib_dir for test_server - and so it will not find which modules to +%% compile. +{include,[erl2html2, + test_server_node, + test_server_sup, + ts, + ts_autoconf_vxworks, + ts_autoconf_win32, + ts_erl_config, + ts_install, + ts_lib, + ts_make, + ts_run, + vxworks_client]}. + -- cgit v1.2.3