poco/Data/testsuite/Makefile

20 lines
429 B
Makefile
Raw Normal View History

2007-05-12 14:41:03 +00:00
#
# Makefile
#
2007-05-15 18:34:37 +00:00
# $Id: //poco/Main/Data/testsuite/Makefile#7 $
2007-05-12 14:41:03 +00:00
#
# Makefile for Poco Data testsuite
#
include $(POCO_BASE)/build/rules/global
objects = DataTestSuite Driver \
DataTest SessionPoolTest \
2007-05-15 18:34:37 +00:00
Binder Extractor Preparation SessionImpl Connector TestStatementImpl
2007-05-12 14:41:03 +00:00
target = testrunner
target_version = 1
target_libs = PocoData PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec