Files
poco/WebWidgets/ExtJS/testsuite/Makefile
Peter Schojer d9c505331d Linux fixes
2008-06-12 08:48:40 +00:00

19 lines
375 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/template/TestSuite.make#3 $
#
# Makefile for Poco ExtJS testsuite
#
include $(POCO_BASE)/build/rules/global
objects = ExtJSTestSuite Driver \
ExtJSTest
target = testrunner
target_version = 1
target_libs = PocoExtJS PocoWebWidgets PocoNet PocoXML PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec