pebble/tests/fakes_tests/wscript

9 lines
146 B
Text
Raw Permalink Normal View History

from waftools.pebble_test import clar
def build(ctx):
clar(ctx,
test_sources_ant_glob = "test_fake_mutex.c")
# vim:filetype=python