blob: 5d64d1e9b3c2b09ade8bed70b3ab9d24b5a5bc34 [file] [log] [blame] [raw]
// update the demo.c file to use the existing folder structure and makefile
#include "tests/http_ws.h" // includes the "http.h" header
/*****************************
The main function
*/
#define THREAD_COUNT 8
int main(int argc, char const *argv[]) {
// spn_lock_test();
// http_parser_test();
HTTP_WEBSOCKET_TEST();
}