MCPcopy Create free account
hub / github.com/NetSys/bess / build_all

Function build_all

build.py:399–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397
398
399def build_all():
400 build_dpdk()
401 build_bess()
402 build_kmod()
403 print('Done.')
404
405
406def do_clean():

Callers

nothing calls this directly

Calls 3

build_dpdkFunction · 0.85
build_bessFunction · 0.70
build_kmodFunction · 0.70

Tested by

no test coverage detected