From d3a3b23b138f21f9b1a963b9966c8d725ffe6b3a Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 21 May 2016 12:13:19 +0200 Subject: [PATCH] Add a build function to the 'install' tests for consistency --- tests/install/wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/install/wscript b/tests/install/wscript index 5b1fd9ad..718f796d 100644 --- a/tests/install/wscript +++ b/tests/install/wscript @@ -67,4 +67,6 @@ def configure(conf): assert not tmpdir.make_node('blah/blah/rel2').exists() assert not tmpdir.make_node('blah/rel3').exists() +def build(bld): + pass