]> granicus.if.org Git - strace/commit
test: add mtd/ubi test helpers
authorMike Frysinger <vapier@gentoo.org>
Thu, 2 May 2013 19:44:42 +0000 (15:44 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 2 May 2013 22:43:47 +0000 (22:43 +0000)
commit48d3159d67e5786c94c3e51ce9d2a45cb4470e1a
tree58a8ff5a91cfc5e40b5eefb609061f73cf364b14
parentb51ce624548b13aeead20cf519567a1ee9349749
test: add mtd/ubi test helpers

I used these to develop the mtd/ubi ioctl decoders.

* test/.gitignore: Add mtd/ubi.
* test/Makefile: Declare all tests in a PROGS var.
Declare build targets .PHONY.
(all): Depend on $(PROGS) instead of hardcoded list.
(clean): Remove $(PROGS) instead of hardcoded list.
* test/mtd.c: New file.
* test/ubi.c: Likewise.
test/.gitignore
test/Makefile
test/mtd.c [new file with mode: 0644]
test/ubi.c [new file with mode: 0644]