From 87042d671fba3c76786171a8037515979e977d9d Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 13 Jun 2014 16:23:10 +0200 Subject: NEWS: Mention igt.cocci And also pimp the spatch file itself with usage hints. Signed-off-by: Daniel Vetter --- lib/igt.cocci | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/igt.cocci') diff --git a/lib/igt.cocci b/lib/igt.cocci index b5c0bfe6..3246924f 100644 --- a/lib/igt.cocci +++ b/lib/igt.cocci @@ -1,3 +1,11 @@ +// Semantic patch for common patters and their replacement by igt infrastructure +// and macros. Please run with +// +// spatch --sp-file lib/igt.cocci --in-place tests/*.c +// +// on your new testcase. + + // Replace open-coded augmented igt_assert/skip/require with macro versions @@ expression Ec; -- cgit v1.2.3