1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-02-14 16:24:42 +01:00

18 lines
279 B
Makefile
Raw Normal View History

2012-05-09 19:46:51 +00:00
#
# Makefile
#
# $Id$
#
# Makefile for Poco JSON testsuite
#
include $(POCO_BASE)/build/rules/global
2012-05-15 02:04:24 +00:00
objects = Driver JSONTest JSONTestSuite
2012-05-09 19:46:51 +00:00
target = testrunner
target_version = 1
target_libs = PocoJSON PocoFoundation CppUnit
2012-05-09 19:46:51 +00:00
include $(POCO_BASE)/build/rules/exec