mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 11:35:06 -05:00
test: enable unit tests to suspend logging
This commit is contained in:
@@ -35,6 +35,9 @@ extern void test_unit(void);
|
||||
|
||||
extern void TST_Fail(int line);
|
||||
|
||||
extern void TST_SuspendLogging(void);
|
||||
extern void TST_ResumeLogging(void);
|
||||
|
||||
extern double TST_GetRandomDouble(double min, double max);
|
||||
extern void TST_GetRandomAddress(IPAddr *ip, int family, int bits);
|
||||
extern void TST_SwapAddressBit(IPAddr *ip, unsigned int b);
|
||||
|
||||
Reference in New Issue
Block a user