mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
21 lines
273 B
Smarty
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:
|
|
//
|