poco/Redis/testsuite/Makefile
FrancisANDRE ce797f7700 Make CppUnit a component of Poco
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:17:13 +01:00

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