diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-01-22 18:22:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 18:22:47 -0500 |
commit | f99f618d45ad862c4bc23fc28c91d1c48218a3cb (patch) | |
tree | ec7b1205207b6c177af1bad768119e713b30138d /src/tests/tests.cpp | |
parent | 78df1ddce8853255863adbe14bdfb7abf60319fe (diff) | |
parent | 7a2bd13f5bf00153fc543daa779c1037ecbe4298 (diff) |
Merge pull request #9555 from abouvier/catch2-update
tests: update catch2 to 3.0.1
Diffstat (limited to 'src/tests/tests.cpp')
-rw-r--r-- | src/tests/tests.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp deleted file mode 100644 index 3f905c05ca..0000000000 --- a/src/tests/tests.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// SPDX-FileCopyrightText: 2016 Citra Emulator Project -// SPDX-License-Identifier: GPL-2.0-or-later - -#define CATCH_CONFIG_MAIN -#include <catch2/catch.hpp> - -// Catch provides the main function since we've given it the -// CATCH_CONFIG_MAIN preprocessor directive. |