diff options
Diffstat (limited to 'tests/unity/unity.h')
-rw-r--r-- | tests/unity/unity.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unity/unity.h b/tests/unity/unity.h index ab986c4b2..0def296f9 100644 --- a/tests/unity/unity.h +++ b/tests/unity/unity.h @@ -3,7 +3,7 @@ Copyright (c) 2007-21 Mike Karlesky, Mark VanderVoord, Greg Williams [Released under MIT License. Please refer to license.txt for details] ========================================== */ - +#if LV_BUILD_TEST #ifndef UNITY_FRAMEWORK_H #define UNITY_FRAMEWORK_H #define UNITY @@ -659,3 +659,5 @@ void verifyTest(void); } #endif #endif + +#endif /*LV_BUILD_TEST*/ |