20 lines
400 B
Text
20 lines
400 B
Text
|
|
libcppunitincludedir = $(includedir)/cppunit/extensions
|
||
|
|
|
||
|
|
libcppunitinclude_HEADERS = \
|
||
|
|
TestFactory.h \
|
||
|
|
AutoRegisterSuite.h \
|
||
|
|
HelperMacros.h \
|
||
|
|
Orthodox.h \
|
||
|
|
RepeatedTest.h \
|
||
|
|
ExceptionTestCaseDecorator.h \
|
||
|
|
TestCaseDecorator.h \
|
||
|
|
TestDecorator.h \
|
||
|
|
TestFactoryRegistry.h \
|
||
|
|
TestFixtureFactory.h \
|
||
|
|
TestNamer.h \
|
||
|
|
TestSetUp.h \
|
||
|
|
TestSuiteBuilderContext.h \
|
||
|
|
TestSuiteFactory.h \
|
||
|
|
TypeInfoHelper.h
|
||
|
|
|