mirror of
https://github.com/google/pebble.git
synced 2025-12-07 16:29:46 -05:00
Import of the watch repository from Pebble
This commit is contained in:
15
tests/fw/services/health/wscript
Normal file
15
tests/fw/services/health/wscript
Normal file
@@ -0,0 +1,15 @@
|
||||
from waftools.pebble_test import clar
|
||||
|
||||
def build(ctx):
|
||||
clar(ctx,
|
||||
sources_ant_glob = \
|
||||
" src/fw/applib/health_service.c" \
|
||||
" src/fw/process_management/pebble_process_info.c" \
|
||||
" src/fw/util/time/mktime.c" \
|
||||
" src/fw/util/time/time.c" \
|
||||
" src/fw/util/stats.c" \
|
||||
" tests/fakes/fake_rtc.c",
|
||||
test_sources_ant_glob = "test_health.c",
|
||||
override_includes=['dummy_board'],
|
||||
defines=["CAPABILITY_HAS_HEALTH_TRACKING=1"])
|
||||
|
||||
Reference in New Issue
Block a user