Project

General

Profile

Feature #411

Updated by Anastasia Klimchuk 12 months ago

The list of issues to fix below (can be updated if new issues found). 

 1) DONE Mocks for `_fprintf_chk` are missing (needed for clang on Linux) 
 2) DONE I/O mock functions need to be renamed so that they do not have name clash with standard I/O, because the latter are allowed to be macros 
 Current idea is to add `iom_` prefix for all functions members of `struct io_mock` 
 3) DONE Refactor the code so that `linux/spidev.h` header is only included when building for Linux 
 4) DONE Fix failing tests on FreeBSD (4 tests in chip.c: 2 write chip and 2 verify chip) 
 5) DONE BSD family 
 6) MacOS needs verifying Fix failing tests on OpenBSD

Back