mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-19 19:22:55 +00:00
7 lines
130 B
Bash
Executable file
7 lines
130 B
Bash
Executable file
#!/bin/bash
|
|
|
|
make gcov=1
|
|
./ali_crypto_test
|
|
sudo lcov -c -b . -d ./mbed -d ./sw -o test.info
|
|
genhtml test.info -o yos_test_report
|
|
|