#ifndef PKE_PKE_TEST_TYPES_H #define PKE_PKE_TEST_TYPES_H #define PKE_TEST_ASSERT(condition, index) if (!(condition)) { return ++index; } else { ++index; } #endif /* PKE_PKE_TEST_TYPES_H */