Skip to content

Commit

Permalink
add WebSocket tests to posix build system
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Mar 3, 2015
1 parent 7253045 commit 7022c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NetSSL_OpenSSL/testsuite/Makefile
Expand Up @@ -17,7 +17,8 @@ endif

objects = NetSSLTestSuite Driver \
HTTPSClientSessionTest HTTPSClientTestSuite HTTPSServerTest HTTPSServerTestSuite \
HTTPSStreamFactoryTest HTTPSTestServer TCPServerTest TCPServerTestSuite
HTTPSStreamFactoryTest HTTPSTestServer TCPServerTest TCPServerTestSuite \
WebSocketTest WebSocketTestSuite

target = testrunner
target_version = 1
Expand Down

0 comments on commit 7022c44

Please sign in to comment.