]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
run-dwarfcmp-self.sh: Move the hairiest/largest cases to last.
authorRoland McGrath <roland@redhat.com>
Mon, 14 Dec 2009 03:20:35 +0000 (19:20 -0800)
committerRoland McGrath <roland@redhat.com>
Mon, 14 Dec 2009 03:21:25 +0000 (19:21 -0800)
tests/ChangeLog
tests/run-dwarfcmp-self.sh

index a11de050ba9c82c86cd7b21175afd184d544f6e4..5bae509358019d1b442d9000629817ed8dc3521b 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-13  Roland McGrath  <roland@redhat.com>
+
+       * run-dwarfcmp-self.sh: Move the hairiest/largest cases to last.
+
 2009-09-15  Roland McGrath  <roland@redhat.com>
 
        * print-die.cc: Grok --refs-shared-cu, --refs-shared-file options
index 798558f64228bc79a1dea00e6e27638f10165ffd..efc14047a995a3a9d320d1bd332485a71073a004 100755 (executable)
@@ -48,9 +48,7 @@ runtest()
 }
 
 runtest ../src/addr2line
-runtest ../src/dwarfcmp
-runtest ../src/dwarfcmp-test
-runtest ../src/dwarflint
+runtest ../src/ar
 runtest ../src/elfcmp
 runtest ../src/elflint
 runtest ../src/findtextrel
@@ -63,4 +61,9 @@ runtest ../src/strip
 runtest ../src/unstrip
 runtest ../*/*.so
 
+# These are the biggest ones.
+runtest ../src/dwarflint
+runtest ../src/dwarfcmp
+runtest ../src/dwarfcmp-test
+
 exit $status