mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-10 03:33:08 +01:00
ce797f7700
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
19 lines
354 B
Makefile
19 lines
354 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/Data/SQLite/testsuite/Makefile#1 $
|
|
#
|
|
# Makefile for Poco SQLite testsuite
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = SQLiteTestSuite Driver \
|
|
SQLiteTest
|
|
|
|
target = testrunner
|
|
target_version = 1
|
|
target_libs = PocoDataSQLite PocoData PocoFoundation PocoCppUnit
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|