Speeduino
Loading...
Searching...
No Matches
unit_testing.h
Go to the documentation of this file.
1#pragma once
2
9#if !defined(UNIT_TEST)
17#define TESTABLE_STATIC static
18#else
19#define TESTABLE_STATIC
20#endif
21
22#if !defined(UNIT_TEST)
30#define TESTABLE_INLINE_STATIC static inline
31#else
32#define TESTABLE_INLINE_STATIC
33#endif