2012-04-23 03:14:34 +02:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
|
|
|
# Makefile for Poco MySQL testsuite
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
|
2021-06-17 14:21:22 +02:00
|
|
|
include $(POCO_BASE)/Data/MySQL/MySQL.make
|
2012-07-07 18:03:21 +02:00
|
|
|
|
|
|
|
# Note: linking order is important, do not change it.
|
2021-06-17 14:21:22 +02:00
|
|
|
SYSLIBS += -lmysqlclient -lz -lpthread -ldl
|
2012-04-23 03:14:34 +02:00
|
|
|
|
|
|
|
objects = MySQLTestSuite Driver MySQLTest SQLExecutor
|
|
|
|
|
|
|
|
target = testrunner
|
|
|
|
target_version = 1
|
2012-04-23 12:24:48 +02:00
|
|
|
target_libs = PocoDataMySQL PocoData PocoFoundation CppUnit
|
2012-04-23 03:14:34 +02:00
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|