初步修复
This commit is contained in:
parent
8fc4357cc6
commit
e4714f3f0e
46705 changed files with 12004901 additions and 0 deletions
42
Common/cppunit-1.12.1/include/cppunit/Makefile.am
Normal file
42
Common/cppunit-1.12.1/include/cppunit/Makefile.am
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
SUBDIRS = extensions ui plugin config tools portability
|
||||
|
||||
DISTCLEANFILES = config-auto.h
|
||||
|
||||
libcppunitincludedir = $(includedir)/cppunit
|
||||
libcppunitinclude_HEADERS = \
|
||||
config-auto.h \
|
||||
AdditionalMessage.h \
|
||||
Asserter.h \
|
||||
BriefTestProgressListener.h \
|
||||
CompilerOutputter.h \
|
||||
Exception.h \
|
||||
Message.h \
|
||||
Outputter.h \
|
||||
Portability.h \
|
||||
Protector.h \
|
||||
SourceLine.h \
|
||||
SynchronizedObject.h \
|
||||
Test.h \
|
||||
TestAssert.h \
|
||||
TestCase.h \
|
||||
TestCaller.h \
|
||||
TestComposite.h \
|
||||
TestFailure.h \
|
||||
TestFixture.h \
|
||||
TestLeaf.h \
|
||||
TestPath.h \
|
||||
TestResult.h \
|
||||
TestResultCollector.h \
|
||||
TestRunner.h \
|
||||
TestSuccessListener.h \
|
||||
TestSuite.h \
|
||||
TextOutputter.h \
|
||||
TextTestProgressListener.h \
|
||||
TextTestResult.h \
|
||||
TextTestRunner.h \
|
||||
TestListener.h \
|
||||
XmlOutputter.h \
|
||||
XmlOutputterHook.h
|
||||
|
||||
dist-hook:
|
||||
rm -f $(distdir)/config-auto.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue