mirror of
https://gitee.com/apaki/unicstl.git
synced 2025-05-18 11:51:36 +08:00
10 lines
218 B
C
10 lines
218 B
C
|
|
#ifndef _UNITY_CONFIG_H_
|
|
#define _UNITY_CONFIG_H_
|
|
|
|
// #define UNITY_OUTPUT_COLOR 1
|
|
#define UNITY_USE_FLUSH_STDOUT 1
|
|
#define UNITY_INCLUDE_PRINT_FORMATTED 1 // support TEST_PRINTF
|
|
|
|
#endif
|