utat-ss/HERON-lib-common

Allow test harness to use pre-compiled binaries

Closed this issue · 0 comments

Add an optional argument to harness.py specifying -b <binary>.hex, where <binary> is the name of a test where the HEX binary is already compiled. If this argument is specified, the harness will skip the compilation process and just upload the binary. If the argument is not specified, it will function as normal.