Skip to content

Commit 9cf8c95

Browse files
force define to 1
1 parent 3335271 commit 9cf8c95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/all-clusters-app/esp32/main/include/CHIPProjectConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
* that uses this flag, either appropriately conditionalize the entire test on this flag, or to exclude
3636
* the compliation of that test source file entirely.
3737
*/
38-
#define CONFIG_BUILD_FOR_HOST_UNIT_TEST CONFIG_BUILD_CHIP_TESTS
38+
#define CONFIG_BUILD_FOR_HOST_UNIT_TEST 1

src/app/tests/TestInteractionModelEngine.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
*/
2424

2525
#include <app/AppConfig.h>
26+
#include <lib/core/CHIPCore.h>
27+
2628
#include <app/InteractionModelEngine.h>
2729
#include <app/reporting/tests/MockReportScheduler.h>
2830
#include <app/tests/AppTestContext.h>
2931
#include <app/util/mock/Constants.h>
3032
#include <app/util/mock/Functions.h>
3133
#include <lib/core/CASEAuthTag.h>
32-
#include <lib/core/CHIPCore.h>
3334
#include <lib/core/ErrorStr.h>
3435
#include <lib/core/TLV.h>
3536
#include <lib/core/TLVDebug.h>

0 commit comments

Comments
 (0)