[ion] test.external_flash: split this test target into two targets -

test.external_flash.write and test.external_flash.read
This commit is contained in:
Émilie Feral
2019-07-11 11:13:29 +02:00
parent e89389591d
commit 6b3d2cc8df
7 changed files with 93 additions and 72 deletions

View File

@@ -10,7 +10,8 @@ $$(BUILD_DIR)/quiz/src/$(subst _src,,$(1))_symbols.c: $$($(1)) | $$$$(@D)/.
endef
$(eval $(call rule_for_quiz_symbols,tests))
$(eval $(call rule_for_quiz_symbols,test_ion_external_flash_src))
$(eval $(call rule_for_quiz_symbols,test_ion_external_flash_write_src))
$(eval $(call rule_for_quiz_symbols,test_ion_external_flash_read_src))
runner_src += $(addprefix quiz/src/, \
assertions.cpp \