mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 13:41:17 +00:00
refactor: use GTest for running tests (#1383)
* refactor: use google-test on libtransmission tests
This commit is contained in:
@@ -12,10 +12,7 @@
|
||||
|
||||
#include "tr-macros.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
TR_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* @addtogroup error Error reporting
|
||||
@@ -134,6 +131,4 @@ void tr_error_propagate_prefixed(tr_error** new_error, tr_error** old_error, cha
|
||||
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
TR_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user