This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
esp-idf
kopia lustrzana
https://github.com/espressif/esp-idf
Obserwuj
1
Polub
0
Forkuj
You've already forked esp-idf
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
ccd0c61ea1
esp-idf
/
tools
/
unit-test-app
/
configs
/
libsodium
4 wiersze
87 B
Plaintext
Czysty
Zwykły widok
Historia
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 10:56:25 +00: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 13:18:31 +00:00
EXCLUDE_COMPONENTS=bt
unity: allow test task stack size to be configured
2018-05-02 07:39:39 +00:00
CONFIG_UNITY_FREERTOS_STACK_SIZE=12288