mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-28 02:33:29 +02:00
Add Makefile for JSON testsuite
This commit is contained in:
parent
369ca9cd52
commit
e780058dd3
17
JSON/testsuite/Makefile
Normal file
17
JSON/testsuite/Makefile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user