Makefile 559 B

123456789101112131415161718192021
  1. #
  2. # Makefile
  3. #
  4. # $Id: //poco/Main/template/TestSuite.make#3 $
  5. #
  6. # Makefile for Poco NetSSL testsuite
  7. #
  8. include $(POCO_BASE)/build/rules/global
  9. SYSLIBS += -lssl -lcrypto
  10. objects = NetSSLTestSuite Driver \
  11. HTTPSClientSessionTest HTTPSClientTestSuite HTTPSServerTest HTTPSServerTestSuite \
  12. HTTPSStreamFactoryTest HTTPSTestServer TCPServerTest TCPServerTestSuite
  13. target = testrunner
  14. target_version = 1
  15. target_libs = PocoNetSSL PocoNet PocoCrypto PocoUtil PocoXML PocoFoundation CppUnit
  16. include $(POCO_BASE)/build/rules/exec