summaryrefslogtreecommitdiff
path: root/src/tests/tests.cpp
diff options
context:
space:
mode:
authorGravatar liamwhite2023-01-22 18:22:47 -0500
committerGravatar GitHub2023-01-22 18:22:47 -0500
commitf99f618d45ad862c4bc23fc28c91d1c48218a3cb (patch)
treeec7b1205207b6c177af1bad768119e713b30138d /src/tests/tests.cpp
parentMerge pull request #9660 from german77/koreaToTaiwan (diff)
parentcmake: support the standard cmake testing option (diff)
downloadyuzu-f99f618d45ad862c4bc23fc28c91d1c48218a3cb.tar.gz
yuzu-f99f618d45ad862c4bc23fc28c91d1c48218a3cb.tar.xz
yuzu-f99f618d45ad862c4bc23fc28c91d1c48218a3cb.zip
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.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp
deleted file mode 100644
index 3f905c05c..000000000
--- a/src/tests/tests.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
1// SPDX-FileCopyrightText: 2016 Citra Emulator Project
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4#define CATCH_CONFIG_MAIN
5#include <catch2/catch.hpp>
6
7// Catch provides the main function since we've given it the
8// CATCH_CONFIG_MAIN preprocessor directive.