aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/unity_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unity/unity_internals.h')
-rw-r--r--tests/unity/unity_internals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unity/unity_internals.h b/tests/unity/unity_internals.h
index 75c2df6f7..46eb1dd76 100644
--- a/tests/unity/unity_internals.h
+++ b/tests/unity/unity_internals.h
@@ -3,6 +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_INTERNALS_H
#define UNITY_INTERNALS_H
@@ -1037,3 +1038,5 @@ int UnityTestMatches(void);
/* End of UNITY_INTERNALS_H */
#endif
+
+#endif /*LV_BUILD_TEST*/