XCORE SDK
XCORE Software Development Kit
unity_config.h
1 // Copyright 2020-2021 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 #pragma once
4 
5 #define UNITY_SUPPORT_64 1
6 #define UNITY_INCLUDE_DOUBLE 1
7 
8 // Prevents Unity from taking control of malloc() and free()
9 #define UNITY_FIXTURE_NO_EXTRAS (1)
10 
11 
12 #define UNITY_DETAIL1_NAME " Extra Info:"
13 #define UNITY_DETAIL2_NAME ""