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

Function update_benchmark_path

build.py:430–433  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

428
429
430def update_benchmark_path(path):
431 print('Specified benchmark path %s' % path)
432 cxx_flags.extend(['-I%s/include' % (path)])
433 ld_flags.extend(['-L%s/lib' % (path)])
434
435
436def dedup(lst):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected