test_suite does not respect the CMake configuration options #111
Closed
Description
At the moment, our test suite ignores the CMake options we've set for the library itself - as it doesn't use the compiled library, nor does it include printf_config.h
. We need to do one of those two things.