From: Dr. David von Oheimb Date: Mon, 28 Sep 2020 06:26:31 +0000 (+0200) Subject: check-format.pl: Document how to run positive and negative self-tests X-Git-Tag: openssl-3.0.0-alpha7~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df4ec3920386b1e6cba0976dac36b3c2456090fc;p=thirdparty%2Fopenssl.git check-format.pl: Document how to run positive and negative self-tests Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13019) --- diff --git a/util/check-format.pl b/util/check-format.pl index 0619240f828..e3c0eaddb00 100755 --- a/util/check-format.pl +++ b/util/check-format.pl @@ -17,6 +17,10 @@ # [-h|--sloppy-hang] [-1|--1-stmt] # # +# 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.