Browse Source
Merge pull request #972 from lioncash/catch
externals: Update catch to 2.3.0
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
5 deletions
-
externals/catch
-
src/tests/common/param_package.cpp
-
src/tests/core/core_timing.cpp
-
src/tests/glad.cpp
-
src/tests/tests.cpp
|
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit d2a130f2433aeaca070e3e4d6298a80049d21cfc |
|
|
|
Subproject commit 15cf3caaceb21172ea42a24e595a2eb58c3ec960 |
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
// Licensed under GPLv2 or any later version
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#include <catch.hpp>
|
|
|
|
#include <catch2/catch.hpp>
|
|
|
|
#include <math.h>
|
|
|
|
#include "common/param_package.h"
|
|
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
// Licensed under GPLv2+
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#include <catch.hpp>
|
|
|
|
#include <catch2/catch.hpp>
|
|
|
|
|
|
|
|
#include <array>
|
|
|
|
#include <bitset>
|
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
// Licensed under GPLv2 or any later version
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#include <catch.hpp>
|
|
|
|
#include <catch2/catch.hpp>
|
|
|
|
#include <glad/glad.h>
|
|
|
|
|
|
|
|
// This is not an actual test, but a work-around for issue #2183.
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#define CATCH_CONFIG_MAIN
|
|
|
|
#include <catch.hpp>
|
|
|
|
#include <catch2/catch.hpp>
|
|
|
|
|
|
|
|
// Catch provides the main function since we've given it the
|
|
|
|
// CATCH_CONFIG_MAIN preprocessor directive.
|