2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-25 18:52:15 +00:00

unit test examples reworked

[SVN r32050]
This commit is contained in:
Gennadiy Rozental
2005-12-14 06:06:14 +00:00
parent c96ffdf25e
commit 3d15ec911f
26 changed files with 696 additions and 221 deletions

View File

@@ -6,7 +6,7 @@
// See http://www.boost.org/libs/test for the library home page.
// Boost.Test
#include <boost/test/test_tools.hpp>
#include <boost/test/test_exec_monitor.hpp>
int add( int i, int j ) { return i+j; }