From ba04d2889a4e017c6043bac9951f722e60b63bc5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 14 Sep 2021 07:46:43 +0200 Subject: Add suport for building and running unittests with the 'check' target. --- src/unittest.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/unittest.h (limited to 'src/unittest.h') diff --git a/src/unittest.h b/src/unittest.h new file mode 100644 index 0000000..144dbdb --- /dev/null +++ b/src/unittest.h @@ -0,0 +1,10 @@ +#pragma once + +#include +#include + +class Task; +class Settings; + +int runUnitTests(std::list>& tasks, + const Settings& settings); -- cgit v1.2.3