attempt to make unit tests more likely to clean up proxy processes after themselves

This commit is contained in:
Arvid Norberg
2013-08-03 23:30:37 +00:00
parent 9319c1e073
commit 45607520e9
4 changed files with 41 additions and 15 deletions

View File

@@ -89,6 +89,7 @@ int EXPORT start_web_server(bool ssl = false, bool chunked = false);
void EXPORT stop_web_server();
int EXPORT start_proxy(int type);
void EXPORT stop_proxy(int port);
void EXPORT stop_all_proxies();
void EXPORT stop_tracker();
int EXPORT start_tracker();