blob: ff96de3183757e90cf1154aab59deb28d74a641f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
|