summaryrefslogtreecommitdiffstats
path: root/util/check-format.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/check-format.pl')
-rwxr-xr-xutil/check-format.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/check-format.pl b/util/check-format.pl
index 0619240f82..e3c0eaddb0 100755
--- a/util/check-format.pl
+++ b/util/check-format.pl
@@ -17,6 +17,10 @@
# [-h|--sloppy-hang] [-1|--1-stmt]
# <files>
#
+# run self-tests:
+# util/check-format.pl util/check-format-test-positives.c
+# util/check-format.pl util/check-format-test-negatives.c
+#
# checks adherence to the formatting rules of the OpenSSL coding guidelines
# assuming that the input files contain syntactically correct C code.
# This pragmatic tool is incomplete and yields some false positives.