Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/components/utf/compilation.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

  • Property svn:executable set to *
File size: 2.6 KB
Line 
1<HTML>
2<HEAD>
3<TITLE>The Unit Test Framework compilation</TITLE>
4<LINK rel="stylesheet" type="text/css" href="../../style/btl.css" media="screen">
5<LINK rel="stylesheet" type="text/css" href="../../style/btl-print.css" media="print">
6<META http-equiv="Content-Language" content="en-us">
7<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8</HEAD>
9<BODY>
10<DIV class="header"> <A href="../../index.html">Boost.Test</A> > <A href="../index.html">Components</A> 
11  > <A href="index.html">The Unit Test Framework</A>  > <SPAN class="current_article">Compilation</SPAN> </DIV>
12<DIV class="body"> <IMG src='../../btl1.gif' width='252' height='43' alt="Boost Test logo"> 
13  <H1 class="subtitle">The The Unit Test Framework compilation</H1>
14  <P class="first-line-indented">The Unit Test Framework is supplied as an off-line library and should
15    be compiled and linked with a test program. Following files, that are located in the Boost Test Library
16    source directory, compose the framework:</P>
17  <P class="indented"> <A href="../../../src/execution_monitor.cpp">execution_monitor.cpp</A><BR>
18    <A href="../../../src/test_tools.cpp">test_tools.cpp</A><BR>
19    <A href="../../../src/unit_test_parameters.cpp">unit_test_parameters.cpp</A><BR>
20    <A href="../../../src/unit_test_log.cpp">unit_test_log.cpp</A><BR>
21    <A href="../../../src/unit_test_main.cpp">unit_test_main.cpp</A><BR>
22    <A href="../../../src/unit_test_monitor.cpp">unit_test_monitor.cpp</A><BR>
23    <A href="../../../src/unit_test_result.cpp">unit_test_result.cpp</A><BR>
24    <A href="../../../src/supplied_log_formatters.cpp">supplied_log_formatters.cpp</A><BR>     
25    <A href="../../../src/unit_test_suite.cpp">unit_test_suite.cpp</A></P>
26  <P class="first-line-indented">You also have a choice to include all files constituting the framework
27    directly into your test module. Use <A href="../../../../../boost/test/included/unit_test_framework.hpp"> 
28    &lt;boost/test/included/unit_test_framework.hpp&gt;</A> for this purpose.</P>
29</DIV>
30<DIV class="footer"> 
31  <DIV class="footer-body"> 
32    <P> &copy <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy Rozental</A> 2001-2005. <BR>
33      Distributed under the Boost Software License, Version 1.0.
34      (See accompanying file <A href="../../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or copy at
35      <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
36        <P>Revised:        <!-- #BeginDate format:Sw1 -->17 July, 2004<!-- #EndDate -->     </P>
37  </DIV>
38</DIV>
39</BODY>
40</HTML>
41<!-- #BeginDate format:Sw1 -->17 July, 2004<!-- #EndDate -->
Note: See TracBrowser for help on using the repository browser.