Cleaning up/documenting C unit testing infrastructure

This commit is contained in:
Attila Body 2020-01-28 11:39:12 +01:00
parent 92c6ff2baa
commit 5e7279edc6
3 changed files with 285 additions and 27 deletions

View file

@ -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