diff options
author | bd <bdunaisky@umass.edu> | 2025-03-02 01:40:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-02 01:40:17 +0000 |
commit | a20aac0c4d5b2910e5102e0c0dd832978997cfb8 (patch) | |
tree | 5e47000b01d7c274dedfda349ed83304f03bf36f /tests/tests.cc | |
parent | 428cdf3d8be3d46ca071967596083da98840fbbd (diff) | |
parent | 510ba64929cd7beb002508936fed9af4215a5d94 (diff) |
Merge pull request #7 from bdunahu/dev-sid
windows environment fix, catch2 version change changes included
Diffstat (limited to 'tests/tests.cc')
-rw-r--r-- | tests/tests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<catch2/catch_test_macros.hpp> TEST_CASE( "factorials are computed", "[factorial]") { |