Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / html / boost_test / adv_scenarios / shared_lib_customizations.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Shared-library variant customizations</title>
5 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../index.html" title="Boost.Test">
8 <link rel="up" href="../adv_scenarios.html" title="Advanced Usage Scenarios">
9 <link rel="prev" href="static_lib_customizations/init_func.html" title="Customizing the module's initialization function">
10 <link rel="next" href="shared_lib_customizations/entry_point.html" title="Customizing the module's entry point">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="static_lib_customizations/init_func.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adv_scenarios.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="shared_lib_customizations/entry_point.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h3 class="title">
27 <a name="boost_test.adv_scenarios.shared_lib_customizations"></a><a class="link" href="shared_lib_customizations.html" title="Shared-library variant customizations">Shared-library
28       variant customizations</a>
29 </h3></div></div></div>
30 <div class="toc"><dl class="toc">
31 <dt><span class="section"><a href="shared_lib_customizations/entry_point.html">Customizing
32         the module's entry point</a></span></dt>
33 <dt><span class="section"><a href="shared_lib_customizations/init_func.html">Customizing
34         the module's initialization function</a></span></dt>
35 </dl></div>
36 <div class="caution"><table border="0" summary="Caution">
37 <tr>
38 <td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../../../doc/src/images/caution.png"></td>
39 <th align="left">Caution</th>
40 </tr>
41 <tr><td align="left" valign="top"><p>
42           Macro <a class="link" href="../utf_reference/link_references/link_boost_test_dyn_link.html" title="BOOST_TEST_DYN_LINK"><code class="computeroutput"><span class="identifier">BOOST_TEST_DYN_LINK</span></code></a> (which instructs
43           the compiler/linker to dynamically link against a shared library variant)
44           may be implicitly defined when macro <code class="computeroutput"><span class="identifier">BOOST_ALL_DYN_LINK</span></code>
45           is defined.
46         </p></td></tr>
47 </table></div>
48 <div class="caution"><table border="0" summary="Caution">
49 <tr>
50 <td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../../../doc/src/images/caution.png"></td>
51 <th align="left">Caution</th>
52 </tr>
53 <tr><td align="left" valign="top"><p>
54           In order to be able to run a test built with the dynamic variant, the operating
55           system should be able to find the dynamic library of the <span class="emphasis"><em>Unit
56           Test Framework</em></span>. This means, for example on Linux and MacOSX
57           respectively, setting the environment variable <code class="computeroutput"><span class="identifier">LD_LIBRARY_PATH</span></code>
58           or <code class="computeroutput"><span class="identifier">DYLD_LIBRARY_PATH</span></code> properly
59           prior to the execution of the test module.
60         </p></td></tr>
61 </table></div>
62 </div>
63 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
64 <td align="left"></td>
65 <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
66       contributors<p>
67         Distributed under the Boost Software License, Version 1.0. (See accompanying
68         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
69       </p>
70 </div></td>
71 </tr></table>
72 <hr>
73 <div class="spirit-nav">
74 <a accesskey="p" href="static_lib_customizations/init_func.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../adv_scenarios.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="shared_lib_customizations/entry_point.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
75 </div>
76 </body>
77 </html>