diff options
| author | Petr Machata <[email protected]> | 2010-09-14 23:05:58 +0200 |
|---|---|---|
| committer | Petr Machata <[email protected]> | 2010-09-14 23:05:58 +0200 |
| commit | 88f3d38340abb592f7e8bf9991a4479d447f631c (patch) | |
| tree | 8892d2050cc137b3fc981662d79b69603c13b2fb /dwarflint/tests | |
| parent | edf32c0a403522d261663e2ab47b39df2a56582f (diff) | |
dwarflint: Make it possible to define relevant options directly at checks
Diffstat (limited to 'dwarflint/tests')
| -rwxr-xr-x | dwarflint/tests/run-nodebug.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dwarflint/tests/run-nodebug.sh b/dwarflint/tests/run-nodebug.sh index f853e13c..a595433c 100755 --- a/dwarflint/tests/run-nodebug.sh +++ b/dwarflint/tests/run-nodebug.sh @@ -33,3 +33,10 @@ testrun_compare ./dwarflint nodebug <<EOF error: .debug_abbrev: data not found. error: .debug_info: data not found. EOF + +testrun_compare ./dwarflint -i nodebug <<EOF +No errors +EOF + +testrun_compare ./dwarflint -q -i nodebug <<EOF +EOF |
