Cleaning up/documenting C unit testing infrastructure
This commit is contained in:
parent
92c6ff2baa
commit
5e7279edc6
3 changed files with 285 additions and 27 deletions
|
@ -8,7 +8,6 @@
|
|||
#ifndef PLATFORM_MOCKME_H_
|
||||
#define PLATFORM_MOCKME_H_
|
||||
|
||||
//#define TOSTR(x) #x
|
||||
#ifdef __cplusplus
|
||||
#define DECLARE_MOCK(F) \
|
||||
extern decltype(F) F ## __, *test_ ## F
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue