dynarmic/tests/main.cpp

8 lines
242 B
C++
Raw Normal View History

2016-07-01 15:01:06 +02:00
/* This file is part of the dynarmic project.
* Copyright (c) 2016 MerryMage
2020-04-23 16:25:11 +02:00
* SPDX-License-Identifier: 0BSD
2016-07-01 15:01:06 +02:00
*/
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
2021-08-08 13:51:37 +02:00
#include <catch2/catch.hpp>