Sprint 8: add step244 integration test and fix Ubuntu test build

This commit is contained in:
Bill
2026-02-10 22:17:12 +00:00
parent bfff75397f
commit f63e6a5fdd
4 changed files with 148 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
static void expect(bool cond, const std::string& name, int& passed, int& failed) {
if (cond) {