unity-tests: parse_number

This commit is contained in:
Max Bruckner
2017-01-17 01:53:55 +01:00
parent be0951dfa4
commit 7fd536d7e0
4 changed files with 110 additions and 4 deletions

View File

@@ -121,7 +121,7 @@
* or both, as suits your needs.
*/
/* #define UNITY_EXCLUDE_FLOAT */
/* #define UNITY_INCLUDE_DOUBLE */
#define UNITY_INCLUDE_DOUBLE
/* #define UNITY_EXCLUDE_DOUBLE */
/* For features that are enabled, the following floating point options also

View File

@@ -7,9 +7,7 @@
#ifndef UNITY_INTERNALS_H
#define UNITY_INTERNALS_H
#ifdef UNITY_INCLUDE_CONFIG_H
#include "unity_config.h"
#endif
#include "../examples/unity_config.h"
#ifndef UNITY_EXCLUDE_SETJMP_H
#include <setjmp.h>