]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: tests: rename sources in order to link a helper object
authorAkinobu Mita <akinobu.mita@gmail.com>
Sat, 3 Aug 2013 09:52:08 +0000 (18:52 +0900)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 6 Aug 2013 14:02:42 +0000 (17:02 +0300)
commit221de13e2e1c63ba5c7497a91c71195ed98489cd
treed9f833ff4689e15a41ad92034fc624cb57d774da
parent681b85dc381b5cccfcc69bb5409085cd0c8ed4a9
mtd: tests: rename sources in order to link a helper object

Each mtd test module have a single source whose name is the same as
the module name.  In order to link a single object including helper
functions to every test module, this rename these sources to the
different names.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Vikram Narayanan <vikram186@gmail.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Artem Bityutskiy <dedekind1@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/tests/Makefile
drivers/mtd/tests/nandbiterrs.c [moved from drivers/mtd/tests/mtd_nandbiterrs.c with 100% similarity]
drivers/mtd/tests/oobtest.c [moved from drivers/mtd/tests/mtd_oobtest.c with 100% similarity]
drivers/mtd/tests/pagetest.c [moved from drivers/mtd/tests/mtd_pagetest.c with 100% similarity]
drivers/mtd/tests/readtest.c [moved from drivers/mtd/tests/mtd_readtest.c with 100% similarity]
drivers/mtd/tests/speedtest.c [moved from drivers/mtd/tests/mtd_speedtest.c with 100% similarity]
drivers/mtd/tests/stresstest.c [moved from drivers/mtd/tests/mtd_stresstest.c with 100% similarity]
drivers/mtd/tests/subpagetest.c [moved from drivers/mtd/tests/mtd_subpagetest.c with 100% similarity]
drivers/mtd/tests/torturetest.c [moved from drivers/mtd/tests/mtd_torturetest.c with 100% similarity]