Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f8b529aa
Commit
f8b529aa
authored
23 years ago
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/dg.exp: Run tests from subdirectories other than "special".
From-SVN: r44300
parent
c9342257
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/g++.dg/dg.exp
+6
-2
No files found.
gcc/testsuite/g++.dg/dg.exp
View file @
f8b529aa
...
...
@@ -28,9 +28,13 @@ if ![info exists DEFAULT_CXXFLAGS] then {
# Initialize `dg'.
dg-init
# Gather a list of all tests, excluding those in special/; those are handled
# well, specially.
set all [lsort [find $srcdir/$subdir *.C]]
set tests [prune $all $srcdir/$subdir/special/*]
# Main loop.
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[CS\]]] \
"" $DEFAULT_CXXFLAGS
dg-runtest $tests "" $DEFAULT_CXXFLAGS
# All done.
dg-finish
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment