mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 22:20:59 +00:00
21 lines
638 B
Text
21 lines
638 B
Text
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
BUNDLE_NAME = TestConnection
|
||
|
|
||
|
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
|
||
|
|
||
|
StatusServer_NEEDS_GUI = NO
|
||
|
|
||
|
TOOL_NAME = testTestWebServer
|
||
|
testTestWebServer_OBJC_FILES += testTestWebServer.m
|
||
|
testTestWebServer_NEEDS_GUI = NO
|
||
|
|
||
|
-include GNUmakefile.preamble
|
||
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
||
|
-include GNUmakefile.postamble
|
||
|
|