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