Skip to content

Commit

Permalink
Revert "#164 attempt cmocka version upgrade"
Browse files Browse the repository at this point in the history
This reverts commit 110b3c3.
  • Loading branch information
alex-courtis committed Dec 23, 2024
1 parent 110b3c3 commit 427b2c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tst/tst.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

#include <cmocka.h>

// TODO: use cmocka_print_error and remove this proto once cmocka 1.1.7+ is widely available
void cm_print_error(const char* const format, ...) CMOCKA_PRINTF_ATTRIBUTE(1, 2);

// print log messages, useful when debugging tests
#define LOG_PRINT false

Expand Down

0 comments on commit 427b2c9

Please sign in to comment.