poco/Data/testsuite/Makefile
Guenter Obiltschnig 01bcb63000 committed Data
2007-05-12 14:41:03 +00:00

20 lines
439 B
Makefile

#
# 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