Skip to content

GUI arguments added to pbv3_mass_test.cpp

Evan Paul Mladina requested to merge activeMassDiagCombine into activeTB

Addition of the following two arguments to pbv3_mass_test.cpp

  • -m: Runs electrical characterization tests only.
  • -f: Runs basic functionality tests only. These arguments allow for the powerboard testing GUI to run by separating the tests and removing the terminal interaction.

If neither of these two arguments are supplied, the test runs the entire program. (Both test groups)

Merge request reports