From d7cb231e63afb32665481fc8c28a5458adde3414 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 4 May 2021 20:45:12 +0200 Subject: buildconfig: allow options --- testconfigure.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testconfigure.py') diff --git a/testconfigure.py b/testconfigure.py index 3db0aa4..46645f4 100644 --- a/testconfigure.py +++ b/testconfigure.py @@ -11,4 +11,5 @@ b.add_tool(PythonTool()) b.add_tool(PosixTool("find")) b.add_tool(PosixTool("xargs")) b.add_tool(PosixTool("msgmerge")) +b.use(Option("foo", help="What is foo?")) b.run() -- cgit v1.2.3