]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: More test cases
authorPetr Machata <pmachata@redhat.com>
Wed, 13 Oct 2010 12:02:43 +0000 (14:02 +0200)
committerPetr Machata <pmachata@redhat.com>
Wed, 13 Oct 2010 12:02:43 +0000 (14:02 +0200)
dwarflint/test-coverage.cc

index ed9e2c2d5a094e51ee130c8a15c5cd54d6f1f4e1..a68cf6d7d1a2652675122802adbf502561604da7 100644 (file)
@@ -151,6 +151,10 @@ main ()
   cov.add (20, 0);
   cmpfmt (cov, "[0x0, 0xa), [0x14, 0x14)");
   chkcov (cov, 20, 0);
+  chkcov (cov, 0, 0);
+  chkcov (cov, 9, 0);
+  chkcov (cov, 10, 0);
+  chkncov (cov, 11, 0);
   chkncov (cov, 19, 1);
   chkncov (cov, 20, 1);
   chkncov (cov, 30, 0);