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.
10 lines
423 B
10 lines
423 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_group.o
|
|
test-obj-y += source/tests/ftl/read_page_desc.o
|
|
test-obj-y += source/tests/ftl/write_page_desc.o
|
|
|
|
TEST_CFLAGS += -Dflash_read=__wrap_flash_read
|
|
TEST_CFLAGS += -Dflash_write=__wrap_flash_write
|
|
TEST_CFLAGS += -Dflash_is_erased=__wrap_flash_is_erased
|
|
|