Make examples into tests

This commit is contained in:
Tim Schubert 2020-07-03 17:21:19 +02:00
parent 045eff04ff
commit 751daa724b
5 changed files with 93 additions and 115 deletions

View file

@ -1,9 +1,4 @@
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('leo-example', ['leo'])
obj.source = 'leo-example.cc'
obj = bld.create_ns3_program('isl-example', ['leo'])
obj.source = 'isl-example.cc'
pass