mirror of
https://github.com/google/pebble.git
synced 2025-03-21 03:11:21 +00:00
12 lines
232 B
Text
12 lines
232 B
Text
|
from waftools.pebble_test import clar
|
||
|
|
||
|
def build(ctx):
|
||
|
clar(ctx,
|
||
|
sources=['header_overrides.c'],
|
||
|
test_sources_ant_glob='test_test_infra.c',
|
||
|
override_includes=['test_infra_test'])
|
||
|
|
||
|
|
||
|
# vim:filetype=python
|
||
|
|