mirror of
https://github.com/google/pebble.git
synced 2025-03-20 19:01:21 +00:00
7 lines
209 B
Python
7 lines
209 B
Python
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"])
|