* g++.dg/asan/asan.exp: Switch on *.cc tests.
From-SVN: r250991
This commit is contained in:
parent
30af3a2bbd
commit
0ca970cd53
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-08-09 Slava Barinov <v.barinov@samsung.com>
|
||||
|
||||
* g++.dg/asan/asan.exp: Switch on *.cc tests.
|
||||
|
||||
2017-08-09 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c/81233
|
||||
|
|
|
@ -26,7 +26,7 @@ asan_init
|
|||
|
||||
# Main loop.
|
||||
if [check_effective_target_fsanitize_address] {
|
||||
gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C $srcdir/c-c++-common/asan/*.c]] "" ""
|
||||
gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C $srcdir/$subdir/*.cc $srcdir/c-c++-common/asan/*.c]] "" ""
|
||||
}
|
||||
|
||||
# All done.
|
||||
|
|
Loading…
Add table
Reference in a new issue