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:
parent
75a011f81c
commit
d3a3b23b13
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user