mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 18:38:24 -05:00
8 lines
242 B
C++
Executable File
8 lines
242 B
C++
Executable File
/* This file is part of the dynarmic project.
|
|
* Copyright (c) 2016 MerryMage
|
|
* SPDX-License-Identifier: 0BSD
|
|
*/
|
|
|
|
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file
|
|
#include <catch2/catch.hpp>
|