2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00
This commit is contained in:
Thomas Nagy 2016-08-19 22:31:32 +02:00
parent 7d3ddac860
commit 145118227c
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA

View File

@ -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'},