tests: add the mqtt test server mqttd

This commit is contained in:
Daniel Stenberg 2020-04-14 11:19:12 +02:00
parent 675f5fb66f
commit 5e855bbd18
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 1001 additions and 7 deletions

View file

@ -55,15 +55,11 @@ void win32_cleanup(void);
/* returns the path name to the test case file */
char *test2file(long testno);
int wait_ms(int timeout_ms);
int write_pidfile(const char *filename);
int write_portfile(const char *filename, int port);
void set_advisor_read_lock(const char *filename);
void clear_advisor_read_lock(const char *filename);
int strncasecompare(const char *first, const char *second, size_t max);
/* global variable which if set indicates that the program should finish */