mirror of
https://github.com/google/pebble
synced 2026-09-13 17:56:20 +02:00
8 lines
209 B
Python
8 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"])
|