2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-12-22 17:29:27 +01:00

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

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