Lines Matching refs:file
115 # Enable ksh/bash extended file matching patterns
144 # independently decide when to remove the backup file.
268 --append-outcome Append to the outcome file (if used).
283 --no-append-outcome Write a new outcome file and analyze it (default).
290 --outcome-file=<path> File where test outcomes are written (not done if
480 --outcome-file) shift; MBEDTLS_TEST_OUTCOME_FILE="$1";;
576 err_msg "Warning - the configuration file '$CONFIG_H' has been edited. "
625 # Keep a summary of failures in a file. We'll print it out at the end.
826 # file that might be around before generating fresh ones
869 # file: tests/include/test/drivers/config_test_driver.h. You usually
872 # calling scripts/config.py on this file remains the only option.
1043 msg "Check: file sanity checks (permissions, encodings)" # < 1s
3612 # Create a temporary output file unless there is already one set
3649 # Parse only 1 relevant line from the outcome file, i.e. a test which is
4453 # Test that the given .o file builds with all (valid) combinations of the given options.
4462 file=$1
4473 # enter the directory containing the target file & strip the dir from the filename
4474 cd $(dirname ${file})
4475 file=$(basename ${file})
4480 # Extract the command generated by the Makefile to build the target file.
4483 # Add -fsyntax-only as we only want a syntax check and don't need to generate a file.
4490 source_file=${file%.o}.c
4575 # Full configuration build, without platform support, file IO and net sockets.
4576 # This should catch missing mbedtls_printf definitions, and by disabling file
6178 # fails to see a generated file, despite that file actually having been
6201 # "No such file or directory", which would indicate that some required
6202 # file is missing (ssl-opt.sh tolerates the absence of some files so
6261 # Make a copy of config file to use for the in-tree test
6268 # Build once to get the generated files (which need an intact config file)