This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
esp-idf
/
tools
/
unit-test-app
/
configs
/
libsodium
4 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
unit-test-app: allow specifying subset of tests for configuration For some test configurations, not all tests need to be run. This change allows adding a comment in the configuration file of the following form: unit-test-app makefile will use it to determine which components to build. If the comment is not present, all components will be built (TESTS_ALL=1). Also add test configuration for libsodium. It is a separate test configuration due to the large binary size generated when building libsodium tests.
2018-04-28 18:56:25 +08:00
TEST_COMPONENTS=libsodium
component/bt: Fixed the vulnerability released by Bluetooth org when using public key not check in the process of ECDH encryption. 1. Add the 100 times test when the private key is generated by the random number; 2. Add the bt components to the unit-test-app/config directory. 3. Added the bt unit test case to CI.
2018-08-05 21:18:31 +08:00
EXCLUDE_COMPONENTS=bt
unity: allow test task stack size to be configured
2018-05-02 15:39:39 +08:00
CONFIG_UNITY_FREERTOS_STACK_SIZE=12288
Reference in New Issue
Copy Permalink