mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
9 lines
146 B
Text
9 lines
146 B
Text
|
from waftools.pebble_test import clar
|
||
|
|
||
|
def build(ctx):
|
||
|
clar(ctx,
|
||
|
test_sources_ant_glob = "test_fake_mutex.c")
|
||
|
|
||
|
# vim:filetype=python
|
||
|
|