From e219925fac2d9b0b054445ac9c094d51ae30fd17 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 8 Nov 2022 10:55:42 +1100 Subject: WIP use catch2 instead of unity --- lib/catch2/include/catch_runner.hpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/catch2/include/catch_runner.hpp (limited to 'lib/catch2/include/catch_runner.hpp') diff --git a/lib/catch2/include/catch_runner.hpp b/lib/catch2/include/catch_runner.hpp new file mode 100644 index 00000000..527b7ff6 --- /dev/null +++ b/lib/catch2/include/catch_runner.hpp @@ -0,0 +1,3 @@ +#pragma once + +void run_catch(void); -- cgit v1.2.3