Lines Matching refs:run
52 * Perl to run the tests, and to generate some source files in the development branch.
68 * Python 3.8 and some Python packages, for some library source files, sample programs and test data. To install the necessary packages, run:
82 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the configuration-independent files.
83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent files.
95 In order to run the tests, enter:
99 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you can skip building the tests with:
103 You'll still be able to run a much smaller set of tests with:
113 Depending on your platform, you might run into some issues. Please check the Makefiles in `library/`, `programs/` and `tests/` for options to manually add or remove for specific platforms. You can also check [the Mbed TLS Knowledge Base](https://mbed-tls.readthedocs.io/en/latest/kb/) for articles on your platform or issue.
125 In order to run the tests, enter:
133 If you disabled the test suites, but kept the programs enabled, you can still run a much smaller set of tests with:
286 * The structure of internal data is hidden to the application, which allows substituting alternative implementations at build time or run time, for example, in order to take advantage of hardware accelerators.