lint: create two classes of tests, stable and dev
authorPatrick Georgi <patrick@georgi-clan.de>
Sat, 25 Feb 2012 18:42:59 +0000 (19:42 +0100)
committerPatrick Georgi <patrick@georgi-clan.de>
Wed, 29 Feb 2012 23:04:21 +0000 (00:04 +0100)
commitcb02cb70d8f881f02cb41a4ba722c00c84c07bf6
tree15f00478a3d64c5d5a562d9c54dcfcae0f725efa
parent9c7467ea63cb73b08b96f2d1eaf2abf37a982842
lint: create two classes of tests, stable and dev

We have tests that pass (and should be enforced soonish) and those
that don't pass yet (and thus shouldn't break the build).

The plan is simple: As soon as a test passes, it's marked stable so
things remain that way.

"make lint" runs all tests,
"make lint-stable" runs only those that shouldn't fail.

Change-Id: Iaa85d71141606d9756e29b37c7a34c2a15e573ac
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/681
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Makefile.inc
util/lint/lint-002-build-dir-handling [deleted file]
util/lint/lint-003-whitespace [deleted file]
util/lint/lint-stable-002-build-dir-handling [new file with mode: 0755]
util/lint/lint-stable-003-whitespace [new file with mode: 0755]