#ifndef UT_LIGO #define UT_LIGO #include using namespace NLLIGO; #include "ut_ligo_primitive.h" // Add a line here when adding a new test CLASS struct CUTLigo : public Test::Suite { CUTLigo() { add(auto_ptr(new CUTLigoPrimitive)); // Add a line here when adding a new test CLASS } }; #endif