This repository contains a version of the Stress App Test that conforms to the OCP diagnostic output specification using the C++ API.
Install bazelisk
:
npm install -g @bazel/bazelisk
(instructions for npm
installation at docs.npmjs.com)
Install autoconf
dependencies. The following names are usually present in most package managers on linux:
- autoconf
- automake
Note that autoconf
is currently only required for the code dependencies on stressapptest_config.h
, which is an artifact of the code import from stressapptest. The code in this repo is otherwise built with bazel
.
Now you should be able to navigate to the top level of this repo and run the following command to build the SAT binary:
bazel build //...
Then pick the output binary artifact from bazel-bin/src/ocp_diag_sat_x86_64
.