Skip to content

Commit

Permalink
Enable self-diagnose test in CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Aug 24, 2024
1 parent 373f5ea commit ab7bc6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Emulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ find_package(Threads REQUIRED)
target_link_libraries(vAmigaCore xdms Threads::Threads)

# Add tests
add_test(NAME SelfTest1 COMMAND vAmigaConsole --footprint)
add_test(NAME SelfTest2 COMMAND vAmigaConsole --verbose --messages)
add_test(NAME SelfTest1 COMMAND vAmigaConsole --verbose --footprint)
add_test(NAME SelfTest2 COMMAND vAmigaConsole --verbose --smoke)
add_test(NAME SelfTest3 COMMAND vAmigaConsole --verbose --diagnose)
4 changes: 2 additions & 2 deletions vAmiga.xcodeproj/xcshareddata/xcschemes/vAmigaCore.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "--footprint"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--smoke"
Expand Down Expand Up @@ -85,7 +85,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "--verbose"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
</LaunchAction>
Expand Down

0 comments on commit ab7bc6f

Please sign in to comment.