diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-09-28 08:26:31 +0200 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-09-30 20:51:23 +0200 |
commit | df4ec3920386b1e6cba0976dac36b3c2456090fc (patch) | |
tree | ff82c58d2c619d76ae5030cfeb5b5d356290c1e2 /util/check-format.pl | |
parent | EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ... (diff) | |
download | openssl-df4ec3920386b1e6cba0976dac36b3c2456090fc.tar.xz openssl-df4ec3920386b1e6cba0976dac36b3c2456090fc.zip |
check-format.pl: Document how to run positive and negative self-tests
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13019)
Diffstat (limited to 'util/check-format.pl')
-rwxr-xr-x | util/check-format.pl | 4 |
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. |