Sprint 8: add step244 integration test and fix Ubuntu test build
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user