tests.xml 987 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
  3. "../../../tools/boostbook/dtd/boostbook.dtd">
  4. <!-- Copyright (c) 2001-2004 CrystalClear Software, Inc.
  5. Subject to the Boost Software License, Version 1.0.
  6. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
  7. -->
  8. <section id="date_time.tests">
  9. <title>Tests</title>
  10. <para>
  11. The library provides a large number of tests in the
  12. <programlisting>
  13. libs/date_time/test
  14. libs/date_time/test/gregorian
  15. libs/date_time/test/posix_time
  16. libs/date_time/test/local_time
  17. </programlisting>
  18. directories. Building and executing these tests assures that the installation is correct and that the library is functioning correctly. In addition, these tests facilitate the porting to new compilers. Finally, the tests provide examples of many functions not explicitly described in the usage examples.
  19. </para>
  20. </section>