2
0
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:
Beman Dawes
2001-03-01 00:47:19 +00:00
parent 27b9129803
commit a41aeac197
5 changed files with 8 additions and 2 deletions

View File

@@ -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; }