MTD tests run only on erased partitions. This module takes care of erasing the partition before running any test. This test is especially helpful when the MTD tests are to be run in automation one after the other. Change-Id: I6a2566fce662bf132ff4a73ae2417807f1d17810 Signed-off-by: Murali Nalajala <mnalajal@qualcomm.com>
10 lines
390 B
Makefile
10 lines
390 B
Makefile
obj-$(CONFIG_MTD_TESTS) += mtd_oobtest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_pagetest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_readtest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_speedtest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_stresstest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_subpagetest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_torturetest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_nandecctest.o
|
|
obj-$(CONFIG_MTD_TESTS) += mtd_erasepart.o
|