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:
parent
ee666c25cd
commit
08cad606cd
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue