2014-11-29 11:39:38 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
BUNDLE_NAME = TestConnection
|
|
|
|
|
2016-07-01 15:22:35 +00:00
|
|
|
NEEDS_GUI=NO
|
|
|
|
|
2014-11-29 11:39:38 +00:00
|
|
|
TestConnection_OBJC_FILES = TestCase.m SimpleWebServer.m TestWebServer.m NSURLConnectionTest.m RequestHandler.m
|
|
|
|
#TestConnection_OBJC_LIBS += -lWebServer -lPerformance
|
|
|
|
TestConnection_RESOURCE_FILES += testKey.pem testCert.pem
|
|
|
|
TestConnection_PRINCIPAL_CLASS = NSURLConnectionTest
|
|
|
|
|
|
|
|
TOOL_NAME = testTestWebServer
|
|
|
|
testTestWebServer_OBJC_FILES += testTestWebServer.m
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
|
|
|
-include GNUmakefile.postamble
|
|
|
|
|