Merge pull request #4981 from yuhaoth/pr/add-debug-helpers-generated

Add debug helpers generated
This commit is contained in:
Dave Rodgman 2021-12-10 11:56:55 +00:00 committed by GitHub
commit 76a2b306ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 421 additions and 26 deletions

View file

@ -118,6 +118,7 @@ check()
check scripts/generate_errors.pl library/error.c
check scripts/generate_query_config.pl programs/test/query_config.c
check scripts/generate_features.pl library/version_features.c
check scripts/generate_ssl_debug_helpers.py library/ssl_debug_helpers_generated.c
# generate_visualc_files enumerates source files (library/*.c). It doesn't
# care about their content, but the files must exist. So it must run after
# the step that creates or updates these files.