Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To clean the unit testing build, use ./testing/test.bash clean

  • To build the unit tests, use ./testing/test.bash build

  • To run the built unit tests, use ./testing/test.bash run

  • To only run a certain TestSuite of tests, use ./testing/test.bash run "<Suite regex>:*"

Alternatively, you can use docker to do all of this. Please refer to our How-To on using docker in zp3.

...