mirror of
https://github.com/google/pebble.git
synced 2025-03-20 02:51:21 +00:00
11 lines
232 B
Python
11 lines
232 B
Python
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
|
|
|