tests.cpp 262 B

12345678
  1. // SPDX-FileCopyrightText: 2016 Citra Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #define CATCH_CONFIG_MAIN
  4. #include <catch2/catch.hpp>
  5. // Catch provides the main function since we've given it the
  6. // CATCH_CONFIG_MAIN preprocessor directive.