poco/Data/testsuite/Makefile

20 lines
439 B
Makefile
Raw Normal View History

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