20 lines
400 B
Makefile
20 lines
400 B
Makefile
|
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
|
||
|
|