test/unit: add more helper functions

This commit is contained in:
Miroslav Lichvar
2016-02-15 16:05:18 +01:00
parent 80f4d75968
commit 4998afc9bb
2 changed files with 46 additions and 0 deletions

View File

@@ -35,7 +35,9 @@ extern void test_unit(void);
extern void TST_Fail(int line);
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);
extern void TST_RegisterDummyDrivers(void);
#endif