1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2025-07-16 06:24:30 +00:00

change name to 6502-c++ and merge in files from cpp_starter_project

This commit is contained in:
Jason Turner
2021-05-06 14:04:59 -06:00
parent 21d23dfcb9
commit 4ffae19177
19 changed files with 1064 additions and 61 deletions

5
test/catch_main.cpp Normal file
View File

@@ -0,0 +1,5 @@
#define CATCH_CONFIG_MAIN // This tells the catch header to generate a main
#include <catch2/catch.hpp>