Unity framework : add float support in error print

pull/5469/head
jeromecoutant 2017-11-09 15:42:24 +01:00
parent 2eaf58d6f7
commit da379757f9
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ extern "C"
#define UNITY_SUPPORT_64
// support double precision floating point
#define UNITY_INCLUDE_DOUBLE
// support float values in error print
#define UNITY_FLOAT_VERBOSE
#include "unity_internals.h"