mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 09:55:47 -04:00
Add regression test runner
This commit is contained in:
10
src/duckstation-regtest/CMakeLists.txt
Normal file
10
src/duckstation-regtest/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
add_executable(duckstation-regtest
|
||||
regtest_host_display.cpp
|
||||
regtest_host_display.h
|
||||
regtest_host_interface.cpp
|
||||
regtest_host_interface.h
|
||||
regtest_settings_interface.cpp
|
||||
regtest_settings_interface.h
|
||||
)
|
||||
|
||||
target_link_libraries(duckstation-regtest PRIVATE core common frontend-common scmversion)
|
Reference in New Issue
Block a user