| Line | |
|---|
| 1 | // (C) Copyright Gennadiy Rozental 2001-2005. |
|---|
| 2 | // (C) Copyright Beman Dawes 2000. |
|---|
| 3 | // Distributed under the Boost Software License, Version 1.0. |
|---|
| 4 | // (See accompanying file LICENSE_1_0.txt or copy at |
|---|
| 5 | // http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 6 | |
|---|
| 7 | // See http://www.boost.org/libs/test for the library home page. |
|---|
| 8 | // |
|---|
| 9 | // File : $RCSfile: test_exec_fail1.cpp,v $ |
|---|
| 10 | // |
|---|
| 11 | // Version : $Revision: 1.14 $ |
|---|
| 12 | // |
|---|
| 13 | // Description : test failure reported via non-zero return value. Should fail |
|---|
| 14 | // during run. |
|---|
| 15 | // *************************************************************************** |
|---|
| 16 | |
|---|
| 17 | // Boost.Test |
|---|
| 18 | #include <boost/test/test_tools.hpp> |
|---|
| 19 | |
|---|
| 20 | int test_main( int, char* [] ) // note the name |
|---|
| 21 | { |
|---|
| 22 | return 1; |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | //____________________________________________________________________________// |
|---|
| 26 | |
|---|
| 27 | // *************************************************************************** |
|---|
| 28 | // Revision History : |
|---|
| 29 | // |
|---|
| 30 | // $Log: test_exec_fail1.cpp,v $ |
|---|
| 31 | // Revision 1.14 2005/05/11 05:07:57 rogeeff |
|---|
| 32 | // licence update |
|---|
| 33 | // |
|---|
| 34 | // Revision 1.13 2005/01/30 03:35:55 rogeeff |
|---|
| 35 | // no message |
|---|
| 36 | // |
|---|
| 37 | // Revision 1.12 2005/05/21 06:26:10 rogeeff |
|---|
| 38 | // licence update |
|---|
| 39 | // |
|---|
| 40 | // Revision 1.11 2003/12/01 00:42:38 rogeeff |
|---|
| 41 | // prerelease cleaning |
|---|
| 42 | // |
|---|
| 43 | // *************************************************************************** |
|---|
| 44 | |
|---|
| 45 | // EOF |
|---|
Note: See
TracBrowser
for help on using the repository browser.