mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-09 07:13:57 +01:00
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
|