Skip to content

Commit

Permalink
Upgrade to Catch 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csbnw committed Jul 22, 2024
1 parent 40bbd4d commit 918861e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/test_cu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <iostream>
#include <string>

#define CATCH_CONFIG_MAIN
#include <catch2/catch_test_macros.hpp>
#include <cudawrappers/cu.hpp>

Expand Down
1 change: 0 additions & 1 deletion tests/test_cufft.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <fstream>
#include <iostream>

#define CATCH_CONFIG_MAIN
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_floating_point.hpp>
#include <cudawrappers/cufft.hpp>
Expand Down
1 change: 0 additions & 1 deletion tests/test_nvml.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <string>
#include <vector>

#define CATCH_CONFIG_MAIN
#include <catch2/catch_test_macros.hpp>
#include <cudawrappers/cu.hpp>
#include <cudawrappers/nvml.hpp>
Expand Down
1 change: 0 additions & 1 deletion tests/test_nvrtc.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <string>
#include <vector>

#define CATCH_CONFIG_MAIN
#include <catch2/catch_test_macros.hpp>
#include <cudawrappers/nvrtc.hpp>

Expand Down
1 change: 0 additions & 1 deletion tests/test_vector_add.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <string>
#include <vector>

#define CATCH_CONFIG_MAIN
#include <catch2/catch_test_macros.hpp>
#include <catch2/catch_approx.hpp>
#include <cudawrappers/cu.hpp>
Expand Down

0 comments on commit 918861e

Please sign in to comment.