dynarmic/tests/main.cpp

8 lines
242 B
C++
Raw Normal View History

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