Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcc-cobol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBOLworx
gcc-cobol
Commits
1584031f
Commit
1584031f
authored
17 years ago
by
Geoffrey Keating
Committed by
Geoffrey Keating
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.
From-SVN: r131146
parent
30f4c25d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/regression/ChangeLog
+2
-0
2 additions, 0 deletions
contrib/regression/ChangeLog
contrib/regression/btest-gcc.sh
+5
-0
5 additions, 0 deletions
contrib/regression/btest-gcc.sh
with
7 additions
and
0 deletions
contrib/regression/ChangeLog
+
2
−
0
View file @
1584031f
2007-12-22 Geoff Keating <geoffk@geoffk.org>
2007-12-22 Geoff Keating <geoffk@geoffk.org>
* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.
* GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
* GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
which it now is, rather than XHTML, which it never was.
which it now is, rather than XHTML, which it never was.
(<head>): Mark as UTF-8. Add title. Move CSS to top of
(<head>): Mark as UTF-8. Add title. Move CSS to top of
...
...
This diff is collapsed.
Click to expand it.
contrib/regression/btest-gcc.sh
+
5
−
0
View file @
1584031f
...
@@ -116,6 +116,7 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1`
...
@@ -116,6 +116,7 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1`
# look at.
# look at.
TESTLOGS
=
"gcc/testsuite/gcc/gcc.sum
TESTLOGS
=
"gcc/testsuite/gcc/gcc.sum
gcc/testsuite/g++/g++.sum
gcc/testsuite/g++/g++.sum
gcc/testsuite/gfortran/gfortran.sum
gcc/testsuite/objc/objc.sum"
gcc/testsuite/objc/objc.sum"
# Build.
# Build.
...
@@ -153,6 +154,10 @@ if [ -f $BUILD/$H_TARGET/libjava/testsuite/libjava.sum ] ; then
...
@@ -153,6 +154,10 @@ if [ -f $BUILD/$H_TARGET/libjava/testsuite/libjava.sum ] ; then
TESTLOGS
=
"
$TESTLOGS
$H_TARGET
/libjava/testsuite/libjava.sum"
TESTLOGS
=
"
$TESTLOGS
$H_TARGET
/libjava/testsuite/libjava.sum"
fi
fi
if
[
-f
$BUILD
/
$H_TARGET
/libgomp/testsuite/libgomp.sum
]
;
then
TESTLOGS
=
"
$TESTLOGS
$H_TARGET
/libgomp/testsuite/libgomp.sum"
fi
# Test the just-built GCC with the GDB testsuite.
# Test the just-built GCC with the GDB testsuite.
if
[
-d
$GDB_TESTSUITE
]
;
then
if
[
-d
$GDB_TESTSUITE
]
;
then
mkdir
test-gdb
||
exit
1
mkdir
test-gdb
||
exit
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment