Add a build function to the 'install' tests for consistency

This commit is contained in:
Thomas Nagy 2016-05-21 12:13:19 +02:00
parent 75a011f81c
commit d3a3b23b13
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 2 additions and 0 deletions

View File

@ -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