Skip to content

Commit

Permalink
add a sanity check command
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Jun 10, 2024
1 parent d7edb94 commit 84d3886
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ sanity_check_paths = {
'dirs': []
}

sanity_check_commands = [
'valgrind --help',
]

moduleclass = 'debugger'

0 comments on commit 84d3886

Please sign in to comment.