summaryrefslogtreecommitdiff
path: root/scripts/coccinelle/test-operator-cleanup
AgeCommit message (Collapse)Author
2019-10-22document test-operator-cleanupNick Mathewson
2017-08-24Add script for cleaning op operator usage in test files.Alexander Færøy
This patch adds a script written by Nick for bug #13172 to clean up the usage of ==, !=, <, >, <=, and >= by replacing them with their symbolic OP_* counterpart. This will ensure that a tool like Coccinelle doesn't get confused and silently ignore large blocks of code.