mirror of
https://github.com/google/pebble.git
synced 2025-06-21 16:46:17 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
31
tests/fw/services/app_message/wscript
Normal file
31
tests/fw/services/app_message/wscript
Normal file
|
@ -0,0 +1,31 @@
|
|||
from waftools.pebble_test import clar
|
||||
|
||||
|
||||
def build(bld):
|
||||
clar(bld,
|
||||
sources_ant_glob=(
|
||||
"src/fw/applib/app_inbox.c "
|
||||
"src/fw/applib/app_message/app_message_receiver.c "
|
||||
"src/fw/services/normal/app_message/app_message_receiver.c "
|
||||
"src/fw/services/normal/app_inbox_service.c "
|
||||
),
|
||||
test_sources_ant_glob="test_app_message_receiver.c",
|
||||
override_includes=['applib_malloc'])
|
||||
|
||||
clar(bld,
|
||||
sources_ant_glob=(
|
||||
"src/fw/services/normal/app_message/app_message_sender.c "
|
||||
"src/fw/services/common/comm_session/session_send_queue.c "
|
||||
),
|
||||
test_sources_ant_glob="test_app_message_sender.c",
|
||||
override_includes=[])
|
||||
|
||||
clar(bld,
|
||||
sources_ant_glob=(
|
||||
"src/fw/services/normal/comm_session/app_session_capabilities.c "
|
||||
),
|
||||
test_sources_ant_glob="test_app_session_capabilities.c",
|
||||
override_includes=[])
|
||||
|
||||
|
||||
# vim:filetype=python
|
Loading…
Add table
Add a link
Reference in a new issue