summaryrefslogtreecommitdiffstats
path: root/dwarflint/tests
diff options
context:
space:
mode:
authorPetr Machata <[email protected]>2010-09-14 23:05:58 +0200
committerPetr Machata <[email protected]>2010-09-14 23:05:58 +0200
commit88f3d38340abb592f7e8bf9991a4479d447f631c (patch)
tree8892d2050cc137b3fc981662d79b69603c13b2fb /dwarflint/tests
parentedf32c0a403522d261663e2ab47b39df2a56582f (diff)
dwarflint: Make it possible to define relevant options directly at checks
Diffstat (limited to 'dwarflint/tests')
-rwxr-xr-xdwarflint/tests/run-nodebug.sh7
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