2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-24 18:32:30 +00:00
Files
test/doc/tutorials/tutorials.qbk
Raffi Enficiaud bc2cd6cfaa Moving the new documentation to doc/
Moving the old documentation to old_doc/
2014-12-30 23:50:30 +01:00

23 lines
768 B
Plaintext

[/
/ Copyright (c) 2003-2014 Gennadiy Rozental
/
/ Distributed under the Boost Software License, Version 1.0. (See accompanying
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
/]
[section:tutorials Tutorials]
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.
[include tutorial_hello_world.qbk]
[include tutorial_new_year_resolution.qbk]
[/
<xi:include href="tutorial.intro-in-testing.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
]
[endsect] [/tutorials]