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

@ -29,3 +29,6 @@ if(BUILD_LIBRETRO_CORE)
add_subdirectory(duckstation-libretro)
endif()
if(BUILD_REGTEST)
add_subdirectory(duckstation-regtest)
endif()