summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* mtd: add nand_ecc test moduleAkinobu Mita2009-11-301-0/+1
| | | | | | | | | | | | | | | | This module tests NAND ECC functions. The test is simple. 1. Create a 256 or 512 bytes block of data filled with random bytes (data) 2. Duplicate the data block and inject single bit error (error_data) 3. Try to correct error_data 4. Compare data and error_data Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Acked-by: Vimal Singh <vimalsingh@ti.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
* MTD: add MTD tests to compilationArtem Bityutskiy2008-12-101-0/+7
Add MTD tests to Kconfig and Makefiles. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
OpenPOWER on IntegriCloud