SC-F001 way better logging and parameters. not integrated yet but.
This commit is contained in:
28
managed_components/joltwallet__littlefs/Makefile
Normal file
28
managed_components/joltwallet__littlefs/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
PROJECT_NAME := littlefs
|
||||
|
||||
EXTRA_COMPONENT_DIRS := \
|
||||
$(abspath .) \
|
||||
$(abspath unit_tester) \
|
||||
$(IDF_PATH)/tools/unit-test-app/components/
|
||||
|
||||
CFLAGS += \
|
||||
-Werror
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
|
||||
.PHONY: tests
|
||||
|
||||
tests-build:
|
||||
$(MAKE) \
|
||||
TEST_COMPONENTS='src'
|
||||
|
||||
tests:
|
||||
$(MAKE) \
|
||||
TEST_COMPONENTS='src' \
|
||||
flash monitor;
|
||||
|
||||
tests-enc:
|
||||
$(MAKE) \
|
||||
TEST_COMPONENTS='src' \
|
||||
encrypted-flash monitor;
|
||||
|
||||
Reference in New Issue
Block a user