From dd0956a826d4382168b82ec3c50695eb50e75312 Mon Sep 17 00:00:00 2001 From: Andy McCall Date: Fri, 13 Sep 2024 00:20:33 +0100 Subject: [PATCH] enhancement(issue-16): change include to target lib folder --- tests/test_constants.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_constants.c b/tests/test_constants.c index 32acce3..b36dddd 100644 --- a/tests/test_constants.c +++ b/tests/test_constants.c @@ -1,4 +1,4 @@ -#include "../lib/unity/unity.h" // The Unity test framework +#include "../lib/unity/src/unity.h" // The Unity test framework #include "../src/constants.h" // Adjust the path as necessary void setUp(void) {