mirror of
https://github.com/boostorg/test.git
synced 2026-02-03 09:32:10 +00:00
21 lines
1000 B
XML
21 lines
1000 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE chapter PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "../../../../tools/boostbook/dtd/boostbook.dtd" [
|
|
<!ENTITY utf "<acronym>UTF</acronym>">
|
|
]>
|
|
<section id="utf.tutorials">
|
|
<title>The unit test framework tutorials</title>
|
|
<titleabbrev>Tutorials</titleabbrev>
|
|
|
|
<para role="first-line-indented">
|
|
You think writing tests is difficult, annoying and fruitless work? I beg to differ. Read through these tutorials
|
|
and I am sure you will agree. One other thing I do suggest you to take a look is
|
|
<link linkend="utf.compilation">compilation instructions</link>, especially if you plan to build and use standalone
|
|
library.
|
|
</para>
|
|
|
|
<xi:include href="tutorial.intro-in-testing.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
<xi:include href="tutorial.hello-the-testing-world.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
<xi:include href="tutorial.new-year-resolution.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
|
|
</section>
|