Fix test names for trad.exp tests
PR testsuite/78136 * gcc.dg/cpp/trad/trad.exp (dg-runtest): Moved $srcdir/$subdir/ to DEFAULT_TRADCPPFLAGS. From-SVN: r242500
This commit is contained in:
parent
7157aa8583
commit
03b85dcd48
@ -1,3 +1,10 @@
|
||||
2016-11-16 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
PR testsuite/78136
|
||||
* gcc.dg/cpp/trad/trad.exp
|
||||
(dg-runtest): Moved $srcdir/$subdir/ to
|
||||
DEFAULT_TRADCPPFLAGS.
|
||||
|
||||
2016-11-16 Andre Vehreschild <vehre@gcc.gnu.org>
|
||||
|
||||
PR fortran/78356
|
||||
|
@ -29,7 +29,7 @@ load_lib gcc-dg.exp
|
||||
# If a testcase doesn't have special options, use these.
|
||||
global DEFAULT_TRADCPPFLAGS
|
||||
if ![info exists DEFAULT_TRADCPPFLAGS] then {
|
||||
set DEFAULT_TRADCPPFLAGS " -traditional-cpp"
|
||||
set DEFAULT_TRADCPPFLAGS " -traditional-cpp -I$srcdir/$subdir/"
|
||||
}
|
||||
|
||||
# Initialize `dg'.
|
||||
@ -37,7 +37,7 @@ dg-init
|
||||
|
||||
# Main loop.
|
||||
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \
|
||||
"-I$srcdir/$subdir/" $DEFAULT_TRADCPPFLAGS
|
||||
"" $DEFAULT_TRADCPPFLAGS
|
||||
|
||||
# All done.
|
||||
dg-finish
|
||||
|
Loading…
Reference in New Issue
Block a user