From f1d405ebe533d872c421b523aff371d215bf9118 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 22 Aug 2016 16:05:19 +0200 Subject: mtd-utils: Add flash torture test utility Basically a user space port of the mtd torture test kernel module. In addition to the block offset and count module parameters, the utility supports a block stride and can restore the block contents after test. In contrast to the kernel module, the torture test is implemented by the libmtd mtd_toruture function and thus doesn't allow for similarly fine grained options on diagnostics. Signed-off-by: David Oberhollenzer Signed-off-by: Richard Weinberger --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 686a747..5caa5ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,4 +46,5 @@ include tests/ubi-tests/Makemodule.am include tests/jittertest/Makemodule.am include tests/checkfs/Makemodule.am include tests/fs-tests/Makemodule.am +include tests/mtd-tests/Makemodule.am endif -- cgit v1.2.3