From 145118227cc4f7d1598a15e3e2508a789fc1ca16 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Fri, 19 Aug 2016 22:31:32 +0200 Subject: [PATCH] Docs --- demos/c/wscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demos/c/wscript b/demos/c/wscript index c982feaf..9f0aed93 100644 --- a/demos/c/wscript +++ b/demos/c/wscript @@ -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'},