diff options
| author | Roland McGrath <[email protected]> | 2009-01-10 19:12:33 -0800 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-01-10 19:12:33 -0800 |
| commit | a8f0af680bbbe99b674cf511871179015c9a3b18 (patch) | |
| tree | 3ea517cfc9c97c0dbe6b733abeff3ecf16a8bce0 /tests | |
| parent | dc02f7e228d40221eb337d75828223481c0d06df (diff) | |
Comments and fixes in c++/dwarf header, dwarfcmp -T to exercise output tree building.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 2 | ||||
| -rwxr-xr-x | tests/run-dwarfcmp-self.sh | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 08032769..b23cf8c7 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 2009-01-10 Roland McGrath <[email protected]> + * run-dwarfcmp-self.sh: Also run with -T. + * run-dwarflint-self.sh: --no-debug -> -i * run-dwarfcmp-self.sh: Run both with and without -q. diff --git a/tests/run-dwarfcmp-self.sh b/tests/run-dwarfcmp-self.sh index 2aa5b4bd..927083ed 100755 --- a/tests/run-dwarfcmp-self.sh +++ b/tests/run-dwarfcmp-self.sh @@ -30,8 +30,10 @@ runtest() { for file; do if [ -f $file ]; then - testrun ../src/dwarfcmp -q -i $file $file || - testrun ../src/dwarfcmp -i $file $file || + { testrun ../src/dwarfcmp -q -i $file $file && + testrun ../src/dwarfcmp -i $file $file && + testrun ../src/dwarfcmp -T -q -i $file $file + } || { echo "*** failure in $file"; status=1; } fi done |
