]> www.infradead.org Git - mtd-utils.git/commit
fs-tests: integck: implement own version of CHECK
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 13 Apr 2011 14:09:36 +0000 (17:09 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 18 Apr 2011 14:44:46 +0000 (17:44 +0300)
commit9055b9c71241a3dcc8f96744b9c081ef23fa5562
tree452309c354d7e21d1ddde9cfedd086b00ffcd4e5
parent803fded90e2bf8aed8a2ecde51f6b09b990daf4e
fs-tests: integck: implement own version of CHECK

Remove the final dependency on the common code - the CHECK() macro.
Now we are finally independent. The reason we needed this is that
we are going to improve integck to handle errors more gracefully,
in order to support failure testing better. And this requires changes
in the common code, but it is ancient and shared by many tests, and
we do not want to touch it. So we better make integck independent
and concentrate on integck only.

This patch also removes Makefile dependencies. And while on it, remove
the broken 'tests' target.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
tests/fs-tests/integrity/Makefile
tests/fs-tests/integrity/integck.c