build: remove waf files, tests and references

This commit is contained in:
Gabriel Ferreira
2022-01-31 19:43:21 -03:00
parent 3b90d12335
commit e32c177e45
137 changed files with 51 additions and 11666 deletions

View File

@@ -1,5 +0,0 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('three-gpp-v2v-channel-example', ['core', 'mobility', 'propagation', 'spectrum', 'antenna', 'buildings'])
obj.source = 'three-gpp-v2v-channel-example.cc'