Skip to content

Commit

Permalink
Update Catch2 to v3.0.0-preview5. (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineKhaldi authored May 14, 2022
1 parent 51d8973 commit f358850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if(BUILD_BLS_TESTS)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.7
GIT_TAG v3.0.0-preview5
)
FetchContent_MakeAvailable(Catch2)
add_executable(runtest test.cpp)
Expand Down
4 changes: 2 additions & 2 deletions src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#define CATCH_CONFIG_RUNNER
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <catch2/catch_session.hpp>

#include <thread>

Expand Down

0 comments on commit f358850

Please sign in to comment.