Code

Split SPCanvasItem and SPCanvasGroup to individual .h files. Pruned forward header.
[inkscape.git] / cxxtest / sample / aborter.tpl
1 // -*- C++ -*-
2 // This template file demonstrates the use of CXXTEST_ABORT_TEST_ON_FAIL
3 //
5 #define CXXTEST_HAVE_STD
6 #define CXXTEST_ABORT_TEST_ON_FAIL
7 #include <cxxtest/ErrorPrinter.h>
9 int main()
10 {
11     return CxxTest::ErrorPrinter().run();
12 }
14 // The CxxTest "world"
15 <CxxTest world>