Update help message for test script
This commit is contained in:
parent
1c9dff6dad
commit
2da716d659
1 changed files with 4 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ function usage {
|
|||
cat <<-EOF
|
||||
USAGE
|
||||
|
||||
$0 [-dghv] [-f focus-string]
|
||||
$0 [-dgGhv] [-f focus-string]
|
||||
|
||||
OPTIONS
|
||||
|
||||
|
|
@ -14,7 +14,9 @@ OPTIONS
|
|||
|
||||
-d run tests in a debugger (either lldb or gdb)
|
||||
|
||||
-g run tests with valgrind
|
||||
-g run tests with valgrind's memcheck tool
|
||||
|
||||
-G run tests with valgrind's memcheck tool, including a full leak check
|
||||
|
||||
-v run tests with verbose output
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue