aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server/test/test_server.cover
blob: c16212567ef86b1647467e353ff171aad11201bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{incl_app,test_server,details}.

{excl_mods, test_server, [test_server,
			  test_server_ctrl,
			  ts_selftest]}.

%% Using incl_mods list here because the test_server might not find
%% lib_dir for test_server - and so it will not find which modules to
%% compile.
{incl_mods, test_server, [erl2html2,
			  test_server_node,
			  test_server_sup,
			  ts,
			  ts_autoconf_win32,
			  ts_erl_config,
			  ts_install,
			  ts_lib,
			  ts_make,
			  ts_run
		      ]}.