~clint-fewbar/ubuntu/precise/erlang/merge-15b

« back to all changes in this revision

Viewing changes to lib/test_server/test/test_server.cover

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2011-12-15 19:20:10 UTC
  • mfrom: (1.1.18) (3.5.15 sid)
  • mto: (3.5.16 sid)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20111215192010-jnxcfe3tbrpp0big
Tags: 1:15.b-dfsg-1
* New upstream release.
* Upload to experimental because this release breaks external drivers
  API along with ABI, so several applications are to be fixed.
* Removed SSL patch because the old SSL implementation is removed from
  the upstream distribution.
* Removed never used patch which added native code to erlang beam files.
* Removed the erlang-docbuilder binary package because the docbuilder
  application was dropped by upstream.
* Documented dropping ${erlang-docbuilder:Depends} substvar in
  erlang-depends(1) manpage.
* Made erlang-base and erlang-base-hipe provide virtual package
  erlang-abi-15.b (the number means the first erlang version, which
  provides current ABI).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{exclude,[test_server,
2
 
          test_server_ctrl,
3
 
          ts_selftest]}.
4
 
 
5
 
%% Using include list here because the test_server might not find
 
1
{incl_app,test_server,details}.
 
2
 
 
3
{excl_mods, test_server, [test_server,
 
4
                          test_server_ctrl,
 
5
                          ts_selftest]}.
 
6
 
 
7
%% Using incl_mods list here because the test_server might not find
6
8
%% lib_dir for test_server - and so it will not find which modules to
7
9
%% compile.
8
 
{include,[erl2html2,
9
 
          test_server_node,
10
 
          test_server_sup,
11
 
          ts,
12
 
          ts_autoconf_vxworks,
13
 
          ts_autoconf_win32,
14
 
          ts_erl_config,
15
 
          ts_install,
16
 
          ts_lib,
17
 
          ts_make,
18
 
          ts_run,
19
 
          vxworks_client]}.
 
10
{incl_mods, test_server, [erl2html2,
 
11
                          test_server_node,
 
12
                          test_server_sup,
 
13
                          ts,
 
14
                          ts_autoconf_vxworks,
 
15
                          ts_autoconf_win32,
 
16
                          ts_erl_config,
 
17
                          ts_install,
 
18
                          ts_lib,
 
19
                          ts_make,
 
20
                          ts_run,
 
21
                          vxworks_client]}.
20
22