refactor: use GTest for running tests (#1383)

* refactor: use google-test on libtransmission tests
This commit is contained in:
Charles Kerr
2020-08-11 13:11:55 -05:00
committed by GitHub
parent 6da4a4dfad
commit 677dc73eac
201 changed files with 7498 additions and 8100 deletions
+6
View File
@@ -8,4 +8,10 @@
#pragma once
#include "tr-macros.h"
TR_BEGIN_DECLS
bool tr_spawn_async(char* const* cmd, char* const* env, char const* work_dir, struct tr_error** error);
TR_END_DECLS