Fixed Lighting Output unit test builds after recent fixes added debug printing and implicit float to double promotion.

This commit is contained in:
Steve Karg
2024-08-07 11:27:51 -05:00
parent 18d4b47b2c
commit 81e83b19c1
4 changed files with 16 additions and 11 deletions
+3
View File
@@ -458,6 +458,9 @@ retest:
TWISTER_RESULTS=../twister-out.unit_testing
.PHONY: twister
twister:
ifndef ZEPHYR_BASE
$(error ZEPHYR_BASE is undefined)
endif
$(ZEPHYR_BASE)/scripts/twister -O $(TWISTER_RESULTS) -p unit_testing -T zephyr/tests
.PHONY: twister-clean