Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yi-tseng/ptf-bazel-example

An example of using bazel to include every requirements for the packet test framework (PTF)
https://github.com/yi-tseng/ptf-bazel-example

Last synced: 19 days ago
JSON representation

An example of using bazel to include every requirements for the packet test framework (PTF)

Awesome Lists containing this project

README

        

PTF Bazel Example
====

An example of using bazel to include every requirements for the packet test framework (PTF)

### How to build/run it?

```sh
bazel build :test
# or
bazel run :test
```