mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Make examples into tests
This commit is contained in:
parent
045eff04ff
commit
751daa724b
5 changed files with 93 additions and 115 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue