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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user