File: main.cpp

package info (click to toggle)
dynarmic 6.4.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,484 kB
  • sloc: cpp: 86,487; ansic: 526; asm: 224; sh: 102; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
/* 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>