Add regression test runner

This commit is contained in:
Connor McLaughlin
2021-07-24 00:02:09 +10:00
parent 607cb8dbb7
commit 7f88cd5f9f
12 changed files with 1270 additions and 0 deletions

View File

@ -25,6 +25,7 @@ if(NOT ANDROID)
option(BUILD_NOGUI_FRONTEND "Build the NoGUI frontend" ON)
option(BUILD_QT_FRONTEND "Build the Qt frontend" ON)
option(BUILD_LIBRETRO_CORE "Build a libretro core" OFF)
option(BUILD_REGTEST "Build regression test runner" OFF)
option(ENABLE_DISCORD_PRESENCE "Build with Discord Rich Presence support" ON)
option(ENABLE_CHEEVOS "Build with RetroAchievements support" ON)
option(USE_SDL2 "Link with SDL2 for controller support" ON)