mirror of
https://github.com/google/pebble.git
synced 2025-06-18 23:33:13 +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
17
tests/fw/ui/recognizer/wscript
Normal file
17
tests/fw/ui/recognizer/wscript
Normal file
|
@ -0,0 +1,17 @@
|
|||
from waftools.pebble_test import clar
|
||||
|
||||
def build(ctx):
|
||||
clar(ctx,
|
||||
sources_ant_glob = " src/fw/applib/ui/recognizer/recognizer.c" \
|
||||
" tests/fw/ui/recognizer/test_recognizer_impl.c",
|
||||
test_sources_ant_glob = "test_recognizer.c")
|
||||
|
||||
clar(ctx,
|
||||
sources_ant_glob = " src/fw/applib/graphics/gtypes.c" \
|
||||
" src/fw/applib/ui/layer.c" \
|
||||
" src/fw/applib/ui/recognizer/recognizer.c" \
|
||||
" src/fw/applib/ui/recognizer/recognizer_manager.c" \
|
||||
" tests/fw/ui/recognizer/test_recognizer_impl.c",
|
||||
defines = ['CAPABILITY_HAS_TOUCHSCREEN'],
|
||||
test_sources_ant_glob = "test_recognizer_manager.c")
|
||||
# vim:filetype=python
|
Loading…
Add table
Add a link
Reference in a new issue