// -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. #pragma once #include #include class Task; class Settings; int runUnitTests(std::list>& tasks, const Settings& settings);