mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-24 02:51:34 +01:00
ce797f7700
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
18 lines
295 B
Makefile
18 lines
295 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id$
|
|
#
|
|
# Makefile for Poco Redis testsuite
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = Driver RedisTest RedisTestSuite
|
|
|
|
target = testrunner
|
|
target_version = 1
|
|
target_libs = PocoRedis PocoFoundation PocoNet PocoCppUnit
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|