commit | 48d3159d67e5786c94c3e51ce9d2a45cb4470e1a | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu May 02 15:44:42 2013 -0400 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu May 02 22:43:47 2013 +0000 |
tree | 58a8ff5a91cfc5e40b5eefb609061f73cf364b14 | |
parent | b51ce624548b13aeead20cf519567a1ee9349749 [diff] |
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.