Source code for the Trusted Boot Module.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
tbm-mcu/source/tests/Makefile

9 lines
344 B

test-obj-y += source/tests/main.o
test-obj-y += source/tests/ftl/find_block_div.o
test-obj-y += source/tests/ftl/next_upage.o
test-obj-y += source/tests/ftl/read_page_desc.o
test-obj-y += source/tests/ftl/write_page_desc.o
TEST_LDFLAGS += -Wl,--wrap=flash_read
TEST_LDFLAGS += -Wl,--wrap=flash_write
TEST_LDFLAGS += -Wl,--wrap=flash_is_erased