Browse Source

Add Coccinelle patch for replacing tt_assert(0) with tt_abort().

Alexander Færøy 6 years ago
parent
commit
3fd68b249b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      scripts/coccinelle/test_assert_zero.cocci

+ 5 - 0
scripts/coccinelle/test_assert_zero.cocci

@@ -0,0 +1,5 @@
+@@
+@@
+
+- tt_assert(0)
++ tt_abort()