Files
cpp-thirdparty/noarch/lib/py/cxxtest/test/UserTraits.tpl
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

21 lines
273 B
Smarty

// -*- C++ -*-
// See UserTraits.h
#define CXXTEST_USER_VALUE_TRAITS
#include <cxxtest/ErrorPrinter.h>
int main()
{
return CxxTest::ErrorPrinter().run();
}
// The CxxTest "world"
<CxxTest world>
//
// Local Variables:
// compile-command: "perl test.pl"
// End:
//