libwebsockets
libwebsockets copied to clipboard
Add preprocessor conditional to disable HTTP secure streams data transfer tests
This PR adds LWS_WITH_SS_TESTS_HTTP_ONLY as a cmake option to disable http secure streams data transfer tests. All tests are turned on by default and can be turned off by setting -DLWS_WITH_SS_TESTS_HTTP_ONLY=0 during compilation.
This PR also changes some processing around the test case array to accommodate this conditional.
From #3424