2007-08-29 04:03:12 +02:00
|
|
|
|
|
|
|
cppunit_sources = framework/CppUnitException.h \
|
|
|
|
framework/estring.h \
|
|
|
|
framework/Guards.h \
|
|
|
|
framework/Test.h \
|
|
|
|
framework/TestCaller.h \
|
|
|
|
framework/TestCase.cpp \
|
|
|
|
framework/TestCase.h \
|
|
|
|
framework/TestFailure.cpp \
|
|
|
|
framework/TestFailure.h \
|
|
|
|
framework/TestResult.cpp \
|
|
|
|
framework/TestResult.h \
|
|
|
|
framework/TestSuite.cpp \
|
|
|
|
framework/TestSuite.h \
|
|
|
|
TestRunner.cpp \
|
|
|
|
TestRunner.hpp \
|
|
|
|
textui/TextTestResult.cpp \
|
2008-08-10 00:19:21 +02:00
|
|
|
textui/TextTestResult.h \
|
|
|
|
textui/TableTestResult.cpp \
|
2010-01-11 18:02:11 +01:00
|
|
|
textui/TableTestResult.hpp \
|
|
|
|
textui/XmlTestResult.cpp \
|
|
|
|
textui/XmlTestResult.hpp
|
|
|
|
|
2007-08-29 04:03:12 +02:00
|
|
|
|
|
|
|
silly_string_sources = ../silly_string/silly_string.cpp \
|
|
|
|
../silly_string/silly_string.hpp
|
|
|
|
|
|
|
|
check_LTLIBRARIES = libcppunit.la libsillystring.la
|
|
|
|
|
|
|
|
libcppunit_la_SOURCES= $(cppunit_sources)
|
|
|
|
|
|
|
|
libsillystring_la_SOURCES = $(silly_string_sources)
|
2008-05-04 16:42:09 +02:00
|
|
|
libsillystring_la_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
|
2007-08-29 04:03:12 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|