Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Core Modules
dune-common
Commits
3d4460a6
Commit
3d4460a6
authored
20 years ago
by
Thimo Neubauer
Browse files
Options
Downloads
Patches
Plain Diff
re-formulated for automake 1.6
[[Imported from SVN: r1072]]
parent
805a6a40
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grid/test/Makefile.am
+10
-13
10 additions, 13 deletions
grid/test/Makefile.am
with
10 additions
and
13 deletions
grid/test/Makefile.am
+
10
−
13
View file @
3d4460a6
# $Id$
# need two lists because yaspgrid needs small shell-wrapper to start with MPI
PROGLIST
=
test-sgrid
RUNLIST
=
test-sgrid
if
MPI
PROG
LIST
+
=
test-yaspgrid
RUN
LIST
+
=
run-yaspgrid
Y
PROG
=
test-yaspgrid
Y
RUN
=
run-yaspgrid
endif
if
ALBERT
PROGLIST
+=
test-albert
RUNLIST
+=
test-albert
APROG
=
test-albert
endif
# UGGrid needs AmiraMeshReader for now...
...
...
@@ -23,15 +18,17 @@ else
endif
if
UG
PROGLIST
+=
$(
DO_UGTEST
)
RUNLIST
+=
$(
DO_UGTEST
)
UPROG
=
$(
DO_UGTEST
)
endif
# which tests to run
TESTS
=
$(
RUNLIST
)
# tests where program to build and program to run are equal
NORMALTESTS
=
test-sgrid
$(
APROG
)
$(
UPROG
)
# list of tests to run (yaspgrid is special case)
TESTS
=
$(
NORMALTESTS
)
$(
YRUN
)
# programs just to build when "make check" is used
check_PROGRAMS
=
$(
PROG
LIST
)
check_PROGRAMS
=
$(
NORMALTESTS
)
$(
Y
PROG
)
# define the programs
...
...
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