2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-24 06:22:12 +00:00

1.30.beta1

[SVN r18733]
This commit is contained in:
Gennadiy Rozental
2003-06-09 09:28:19 +00:00
parent ad54e2a4db
commit 04e7b4dada
22 changed files with 112 additions and 42 deletions

View File

@@ -1,4 +1,10 @@
// boost Test Execution Monitor example program ------------------------//
// (C) Copyright Gennadiy Rozental 2001-2003.
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears in all copies.
// This software is provided "as is" without express or implied warranty,
// and with no claim as to its suitability for any purpose.
//
// See http://www.boost.org for most recent version including documentation.
// Boost.Test
#include <boost/test/test_tools.hpp>
@@ -23,3 +29,5 @@ int test_main( int, char* [] ) // note the name!
return add(2,2) == 4 ? 0 : 1; // #6 returns error code
}
// EOF