aboutsummaryrefslogtreecommitdiff
path: root/test/cxxtest/sample/aborter.tpl
blob: ec6e187c98b46595f8138c66054f3ea7f42bceda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- C++ -*-
// This template file demonstrates the use of CXXTEST_ABORT_TEST_ON_FAIL
//

#define CXXTEST_HAVE_STD
#define CXXTEST_ABORT_TEST_ON_FAIL
#include <cxxtest/ErrorPrinter.h>

int main()
{
    return CxxTest::ErrorPrinter().run();
}

// The CxxTest "world"
<CxxTest world>