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
1 changed files with 3 additions and 0 deletions

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