Add Makefile for JSON testsuite

This commit is contained in:
Franky Braem 2012-05-09 19:46:51 +00:00
parent 369ca9cd52
commit e780058dd3

17
JSON/testsuite/Makefile Normal file
View File

@ -0,0 +1,17 @@
#
# Makefile
#
# $Id$
#
# Makefile for Poco JSON testsuite
#
include $(POCO_BASE)/build/rules/global
objects = JSONTest
target = testrunner
target_version = 1
target_libs = PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec