only:runNotSquareTest docs

This commit is contained in:
rusefillc 2025-01-15 22:57:49 -05:00
parent fc3746223d
commit 9de913725e
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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);