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