mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
20 lines
439 B
Makefile
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
|