mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-21 13:21:05 +00:00
test/auto-pts: skip chipset/zephyr
This commit is contained in:
parent
3e3563aee9
commit
398e1682e3
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# collect traces from auto-pts run
|
||||
lcov --capture --rc lcov_branch_coverage=1 --directory . --exclude "/Applications/*" --exclude "/Library/*" --exclude "/usr/*" --exclude "*/test/*" --output-file coverage-pts.info
|
||||
# collect traces from auto-pts run (exclude chipset/zephyr)
|
||||
lcov --capture --rc lcov_branch_coverage=1 --directory . --exclude "/Applications/*" --exclude "/Library/*" --exclude "/usr/*" --exclude "*/test/*" --exclude "*/chipset/*" --output-file coverage-pts.info
|
||||
|
||||
# optional: download unit tests, merge and filter results like in ../Makefile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user