poco/Util/testsuite/Makefile

27 lines
788 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# $Id: //poco/1.4/Util/testsuite/Makefile#1 $
#
# Makefile for Poco Util testsuite
#
include $(POCO_BASE)/build/rules/global
objects = AbstractConfigurationTest ConfigurationTestSuite \
ConfigurationMapperTest ConfigurationViewTest Driver \
HelpFormatterTest IniFileConfigurationTest LayeredConfigurationTest \
LoggingConfiguratorTest MapConfigurationTest \
OptionProcessorTest OptionSetTest OptionTest \
OptionsTestSuite PropertyFileConfigurationTest \
SystemConfigurationTest UtilTestSuite XMLConfigurationTest \
FilesystemConfigurationTest ValidatorTest \
2012-07-04 22:48:53 +02:00
TimerTestSuite TimerTest \
JSONConfigurationTest
2012-04-29 20:52:25 +02:00
target = testrunner
target_version = 1
target_libs = PocoUtil PocoXML PocoJSON PocoFoundation CppUnit
2012-04-29 20:52:25 +02:00
include $(POCO_BASE)/build/rules/exec