Lines Matching defs:check
51 # check SCRIPT FILENAME[...]
52 # check SCRIPT DIRECTORY
53 # Run SCRIPT and check that it does not modify any of the specified files.
60 check()
119 # Note: if the format of calls to the "check" function changes, update
121 # the format must be "check SCRIPT FILENAME...". For other source files,
130 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c
131 check tests/scripts/generate_bignum_tests.py $(tests/scripts/generate_bignum_tests.py --list)
132 check tests/scripts/generate_ecp_tests.py $(tests/scripts/generate_ecp_tests.py --list)
133 check tests/scripts/generate_psa_tests.py $(tests/scripts/generate_psa_tests.py --list)
134 check scripts/generate_driver_wrappers.py $library_dir/psa_crypto_driver_wrappers.h $library_dir/psa_crypto_driver_wrappers_no_static.c
138 check scripts/generate_errors.pl library/error.c
139 check scripts/generate_query_config.pl programs/test/query_config.c
140 check scripts/generate_features.pl library/version_features.c
141 check scripts/generate_ssl_debug_helpers.py library/ssl_debug_helpers_generated.c
145 check scripts/generate_visualc_files.pl visualc/VS2017
151 check tests/scripts/generate_psa_wrappers.py tests/include/test/psa_test_wrappers.h tests/src/psa_test_wrappers.c