mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 04:03:57 +00:00
Quick & dirty test execution #16
This commit is contained in:
@@ -16,4 +16,8 @@ target_link_libraries(windows-emulator-test PRIVATE
|
||||
windows-emulator
|
||||
)
|
||||
|
||||
add_dependencies(windows-emulator-test test-sample)
|
||||
add_dependencies(windows-emulator-test test-sample)
|
||||
|
||||
add_test(NAME windows-emulator-test
|
||||
COMMAND windows-emulator-test
|
||||
WORKING_DIRECTORY "$<TARGET_FILE_DIR:windows-emulator-test>")
|
||||
Reference in New Issue
Block a user