mirror of https://gitlab.com/ita1024/waf.git
Docs
This commit is contained in:
parent
7d3ddac860
commit
145118227c
|
@ -37,6 +37,9 @@ def configure(conf):
|
|||
|
||||
def test_build(ctx):
|
||||
ctx(rule='echo hello', shell=True, always=True)
|
||||
# Configuration tests may even be re-used:
|
||||
#ctx.in_msg = True # suppress console outputs
|
||||
#ctx.check_large_file(mandatory=False)
|
||||
|
||||
conf.multicheck(
|
||||
{'header_name':'stdio.h', 'msg':'... stdio'},
|
||||
|
|
Loading…
Reference in New Issue