From 510ba64929cd7beb002508936fed9af4215a5d94 Mon Sep 17 00:00:00 2001 From: Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:26:44 -0500 Subject: windows environment fix, catch2 version change changes included --- tests/tests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tests.cc b/tests/tests.cc index d866172..8a23c4d 100644 --- a/tests/tests.cc +++ b/tests/tests.cc @@ -1,6 +1,6 @@ #define CATCH_CONFIG_MAIN -#include "catch2/catch.hpp" #include "fact.h" +#include TEST_CASE( "factorials are computed", "[factorial]") { -- cgit v1.2.3