blob: 46b50e9b6b1f876b104d1a5ed6f399ea13a7f80c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
libcppunitincludedir = $(includedir)/cppunit/extensions
libcppunitinclude_HEADERS = \
TestFactory.h \
AutoRegisterSuite.h \
HelperMacros.h \
Orthodox.h \
RepeatedTest.h \
TestDecorator.h \
TestFactoryRegistry.h \
TestSetup.h \
TestSuiteBuilder.h \
TestSuiteFactory.h \
TypeInfoHelper.h
|