~ubuntu-branches/ubuntu/gutsy/poco/gutsy

« back to all changes in this revision

Viewing changes to Util/testsuite/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Burghardt
  • Date: 2007-04-27 18:33:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070427183348-xgnpct0qd6a2ip34
Tags: upstream-1.2.9
ImportĀ upstreamĀ versionĀ 1.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile
 
3
#
 
4
# $Id: //poco/1.2/Util/testsuite/Makefile#1 $
 
5
#
 
6
# Makefile for Poco Util testsuite
 
7
#
 
8
 
 
9
include $(POCO_BASE)/build/rules/global
 
10
 
 
11
objects = AbstractConfigurationTest ConfigurationTestSuite \
 
12
        ConfigurationMapperTest ConfigurationViewTest Driver  \
 
13
        HelpFormatterTest IniFileConfigurationTest LayeredConfigurationTest \
 
14
        LoggingConfiguratorTest MapConfigurationTest \
 
15
        OptionProcessorTest OptionSetTest OptionTest \
 
16
        OptionsTestSuite PropertyFileConfigurationTest \
 
17
        SystemConfigurationTest UtilTestSuite XMLConfigurationTest \
 
18
        FilesystemConfigurationTest ValidatorTest
 
19
 
 
20
target         = testrunner
 
21
target_version = 1
 
22
target_libs    = PocoUtil PocoXML PocoFoundation CppUnit
 
23
 
 
24
include $(POCO_BASE)/build/rules/exec