mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-18 14:34:19 +02:00
feat: Populate repo
This commit is contained in:
7
include/tests.h
Normal file
7
include/tests.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
void run_argp_tests(int argc, char* argv[], char* env[]);
|
||||
void run_json_tests(int argc, char* argv[], char* env[]);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user