1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Add support for up to 20 arguments

This commit is contained in:
Mike Long
2013-06-26 07:43:25 +08:00
parent 0f9f1d939d
commit c38a1343a4
8 changed files with 3256 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ DEFINE_FFF_GLOBALS
FAKE_VOID_FUNC(voidfunc1, int);
FAKE_VOID_FUNC(voidfunc2, char, char);
FAKE_VALUE_FUNC(long, longfunc0);
FAKE_VOID_FUNC(voidfunc20, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int);
class FFFTestSuite: public testing::Test
{