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
0115e470
Commit
0115e470
authored
21 years ago
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add extra checks.
From-SVN: r75801
parent
5640461d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
gcc/testsuite/ada/acats/run_all.sh
+9
-2
No files found.
gcc/testsuite/ada/acats/run_all.sh
View file @
0115e470
...
...
@@ -191,8 +191,15 @@ for chapter in $chapters; do
extraflags
=
"
$extraflags
-gnatE"
fi
test
=
$dir
/tests/
$chapter
/
$i
mkdir
$test
cd
$test
mkdir
$test
&&
cd
$test
>>
$dir
/acats.log 2>&1
if
[
$?
-ne
0
]
;
then
display
"FAIL:
$i
"
failed
=
"
${
failed
}${
i
}
"
clean_dir
continue
fi
target_gnatchop
-c
-w
`
ls
${
test
}*
.a
${
test
}*
.ada
${
test
}*
.adt
${
test
}*
.am
${
test
}*
.dep 2> /dev/null
`
>>
$dir
/acats.log 2>&1
ls
${
i
}
?.adb
>
${
i
}
.lst 2> /dev/null
ls
${
i
}*
m.adb
>>
${
i
}
.lst 2> /dev/null
...
...
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