1. parser binary data get info about structure from elf and test_case.json. 2. Rewrite runCase. All works

This commit is contained in:
2026-05-20 15:15:42 +03:00
parent 82987e0f7b
commit 10b631bc07
8 changed files with 563 additions and 439 deletions

View File

@@ -17,6 +17,10 @@ public:
bool passed,
const QString& error = "");
static void saveTestLog(const QString& filename, const QJsonObject& cfg,
bool passed, QString &error, QString mismatches);
static void appendSummary(
const QString& filename,
int total,