...
Prereq: have protobuf installed (probably already installed from codegen-tooling)
See mpxe requirements installation for more setup info
Code Block |
---|
# You might need to do this in the box: sudo apt-get install libprotoc-dev |
...
Code Block |
---|
make mpxe # runs all the integration tests in mpxe/integration_tests
make mpxe INT_TEST=pedal # runs mpxe/integration_tests/test_pedal.py |
...