This website requires JavaScript.
Explore
Help
Register
Sign In
Crash_Override
/
OVMS3-idf
Watch
1
Star
0
Fork
You've already forked OVMS3-idf
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
763c2cc188
OVMS3-idf
/
tools
/
unit-test-app
/
configs
/
libsodium
4 lines
87 B
Text
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 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
Reference in a new issue
Copy permalink