only:runNotSquareTest docs
This commit is contained in:
parent
fc3746223d
commit
9de913725e
|
@ -212,6 +212,7 @@ void setDefaultBaseEngine() {
|
|||
config->tcuSolenoidTable[5][1] = 51;
|
||||
config->tcuSolenoidTable[5][5] = 55;
|
||||
|
||||
// [tag:runNotSquareTest] huh why is this not a unit test?!
|
||||
config->scriptTable4[0][0] = 140;
|
||||
config->scriptTable4[0][1] = 141;
|
||||
config->scriptTable4[0][2] = 142;
|
||||
|
|
|
@ -147,6 +147,7 @@ static void assertNear(float actual, float expected) {
|
|||
}
|
||||
|
||||
static void runNotSquareTest() {
|
||||
// [tag:runNotSquareTest]
|
||||
assertNear(getscriptTable(3)->getValue(0, 20), 140);
|
||||
assertNear(getscriptTable(3)->getValue(0, 30), 240);
|
||||
|
||||
|
|
Loading…
Reference in New Issue