openpgp-card-app/unit-tests/mocks/ledger_assert.h

7 lines
211 B
C
Raw Permalink Normal View History

2024-01-17 17:22:39 +00:00
#define LEDGER_ASSERT(test, message) \
do { \
if (!(test)) { \
return; \
} \
} while (0)