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