mirror of
https://github.com/lefticus/6502-cpp.git
synced 2024-12-21 10:30:35 +00:00
6 lines
107 B
C++
6 lines
107 B
C++
|
#define CATCH_CONFIG_MAIN // This tells the catch header to generate a main
|
||
|
|
||
|
#include <catch2/catch.hpp>
|
||
|
|
||
|
|