mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-28 00:35:42 +00:00
test/coverage: always refresh cached coverage files
This commit is contained in:
parent
772d5e9e19
commit
ea6d7f25d9
@ -58,7 +58,7 @@ SUBDIRS_BLE = \
|
|||||||
# sbc \
|
# sbc \
|
||||||
# gatt_server \
|
# gatt_server \
|
||||||
|
|
||||||
.PHONY: coverage
|
.PHONY: coverage coverage-sm-sc.info coverage-pts.info
|
||||||
|
|
||||||
subdirs:
|
subdirs:
|
||||||
echo Building all tests
|
echo Building all tests
|
||||||
@ -95,7 +95,7 @@ coverage-pts.info:
|
|||||||
|
|
||||||
coverage-sm-sc.info:
|
coverage-sm-sc.info:
|
||||||
# download pts coverage and fix paths
|
# download pts coverage and fix paths
|
||||||
curl https://bluekitchen-gmbh.com/btstack/develop/coverage-sm-sc.info | sed "s|/Users/mringwal/buildbot-worker/auto-pts/btstack|`realpath ..`|" > coverage-sm-sc.info
|
curl https://bluekitchen-gmbh.com/btstack/develop/coverage-sm-sc.info | sed "s|/Users/mringwal/buildbot-worker/test-develop/build|`realpath ..`|" > coverage-sm-sc.info
|
||||||
|
|
||||||
|
|
||||||
coverage-unit.info: subdirs
|
coverage-unit.info: subdirs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user