Run unit tests as indenpendent WAF tasks

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-06-12 12:33:37 +01:00
parent 17eaca49f3
commit 31af526c8b
7 changed files with 256 additions and 36 deletions

View File

@@ -41,7 +41,7 @@ int main ()
conf.env['ENABLE_THREADING'],
"<pthread.h> include not detected")
conf.write_config_header('ns3/core-config.h', project_root_relative=True)
conf.write_config_header('ns3/core-config.h', top=True)
def build(bld):
core = bld.create_ns3_module('core')