mirror of
https://github.com/meekrosoft/fff
synced 2026-01-28 02:34:28 +01:00
Add example for the weak linking
This commit is contained in:
11
examples/weak_linking/test/error.fake.h
Normal file
11
examples/weak_linking/test/error.fake.h
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#ifndef _AUTOMOCK_ERROR_H
|
||||
#define _AUTOMOCK_ERROR_H
|
||||
|
||||
#include "fff.h"
|
||||
#include "error.h"
|
||||
|
||||
DECLARE_FAKE_VOID_FUNC( runtime_error, const char* );
|
||||
DECLARE_FAKE_VALUE_FUNC( char*, runtime_error_nice_print, const char* );
|
||||
|
||||
#endif // _AUTOMOCK_ERROR_H
|
||||
Reference in New Issue
Block a user