1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-30 03:34:28 +01:00

Add test with const parameters

This commit is contained in:
Micha Hoiting
2012-11-05 16:55:37 +01:00
parent f0ea84ce35
commit e35ae98cac
6 changed files with 15 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ DEFINE_FAKE_VOID_FUNC2(voidfunc2, char, char);
DEFINE_FAKE_VALUE_FUNC0(long, longfunc0);
DEFINE_FAKE_VALUE_FUNC0(enum MYBOOL, enumfunc0);
DEFINE_FAKE_VALUE_FUNC0(struct MyStruct, structfunc0);
DECLARE_FAKE_VALUE_FUNC3(int, strlcpy3, char* const, const char* const, const size_t);