git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@70 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
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
|
|
|