mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-20 03:32:55 +00:00
8 lines
130 B
Bash
8 lines
130 B
Bash
|
#!/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
|
||
|
|