mirror of
https://github.com/boostorg/test.git
synced 2026-01-27 19:32:11 +00:00
Add Test Library regression tests
[SVN r9369]
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// boost test_main example program ----------------------------------------//
|
||||
|
||||
#define BOOST_INCLUDE_MAIN // for testing, include rather than link
|
||||
#include <boost/test/test_tools.hpp>
|
||||
|
||||
int add( int i, int j ) { return i+j; }
|
||||
|
||||
Reference in New Issue
Block a user