mirror of
https://github.com/google/pebble.git
synced 2025-03-19 10:31:21 +00:00
8 lines
209 B
Text
8 lines
209 B
Text
|
from waftools.pebble_test import clar
|
||
|
|
||
|
def build(ctx):
|
||
|
clar(ctx,
|
||
|
sources_ant_glob = "src/libc/vsprintf.c",
|
||
|
test_sources_ant_glob = "test_sprintf.c",
|
||
|
add_includes = ["src/libc"])
|