powerpc.exp: Load torture-options.exp, call torture-finish.

* gcc.target/powerpc/powerpc.exp: Load torture-options.exp, call
	torture-finish.

From-SVN: r188008
This commit is contained in:
Alan Modra 2012-05-30 21:11:23 +09:30 committed by Alan Modra
parent ee666c25cd
commit 08cad606cd
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-05-30 Alan Modra <amodra@gmail.com>
* gcc.target/powerpc/powerpc.exp: Load torture-options.exp, call
torture-finish.
2012-05-30 Marc Glisse <marc.glisse@inria.fr>
* gcc.target/i386/shuf-concat.c: New test.

View File

@ -23,6 +23,7 @@ if { ![istarget powerpc*-*-*] && ![istarget rs6000-*-*] } then {
# Load support procs.
load_lib gcc-dg.exp
load_lib torture-options.exp
# If a testcase doesn't have special options, use these.
global DEFAULT_CFLAGS
@ -47,4 +48,5 @@ set-torture-options $SAVRES_TEST_OPTS
gcc-dg-runtest [list $srcdir/$subdir/savres.c] $alti
# All done.
torture-finish
dg-finish