Merge pull request #5469 from jeromecoutant/PR_UNITY

Unity framework : add float support in error print
pull/5693/head
Martin Kojtal 2017-12-12 17:33:01 +00:00 committed by GitHub
commit ef44e4b4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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