Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YAC
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
Container Registry
Model registry
Operate
Environments
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
dkrz-sw
YAC
Commits
b205d9fe
Commit
b205d9fe
authored
3 weeks ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
fixes dependencies of the test programs
parent
00f32342
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/common/Makefile.am
+2
-3
2 additions, 3 deletions
tests/common/Makefile.am
tests/core/Makefile.am
+8
-0
8 additions, 0 deletions
tests/core/Makefile.am
tests/mci/Makefile.am
+9
-1
9 additions, 1 deletion
tests/mci/Makefile.am
with
19 additions
and
4 deletions
tests/common/Makefile.am
+
2
−
3
View file @
b205d9fe
...
...
@@ -30,15 +30,14 @@ AM_CFLAGS = \
$(
YAXT_CFLAGS
)
\
$(
NETCDF_CFLAGS
)
EXTRA_DIST
=
utest.F90 test_macros.inc
if
FCMODUC
utest_mod
=
UTEST.
$(
FCMODEXT
)
else
utest_mod
=
utest.
$(
FCMODEXT
)
endif
EXTRA_DIST
=
utest.F90 test_macros.inc
utest_FCDEPS
=
$(
utest_mod
)
test_macros.inc
$(utest_mod)
:
utest.$(OBJEXT)
@
if
test
!
-f
$@
;
then
rm
-f
$<
;
$(
MAKE
)
$(
AM_MAKEFLAGS
)
$<
;
fi
...
...
This diff is collapsed.
Click to expand it.
tests/core/Makefile.am
+
8
−
0
View file @
b205d9fe
...
...
@@ -184,6 +184,14 @@ LDADD_COMMON = \
LDADD
=
$(
LDADD_COMMON
)
$(
YAXT_CLIBS
)
$(
MPI_CLIBS
)
$(
RPATH_CFLAGS
)
FCLDADD
=
$(
LDADD_COMMON
)
$(
OPENMP_FCLIBS
)
$(
YAXT_CLIBS
)
$(
MPI_FCLIBS
)
$(
RPATH_FCFLAGS
)
if
FCMODUC
utest_mod
=
UTEST.
$(
FCMODEXT
)
else
utest_mod
=
utest.
$(
FCMODEXT
)
endif
utest_FCDEPS
=
../common/
$(
utest_mod
)
../common/test_macros.inc
test_dist_grid_pair_parallel_x_LDADD
=
$(
top_builddir
)
/src/utils/libyac_utils.a
$(
LDADD
)
test_fortran_api_x_LDADD
=
$(
FCLDADD
)
...
...
This diff is collapsed.
Click to expand it.
tests/mci/Makefile.am
+
9
−
1
View file @
b205d9fe
...
...
@@ -226,6 +226,14 @@ FCLDADD += $(YAXT_CLIBS)
endif
FCLDADD
+=
$(
MPI_FCLIBS
)
$(
RPATH_FCFLAGS
)
if
FCMODUC
utest_mod
=
UTEST.
$(
FCMODEXT
)
else
utest_mod
=
utest.
$(
FCMODEXT
)
endif
utest_FCDEPS
=
../common/
$(
utest_mod
)
../common/test_macros.inc
test_def_comps_x_LDADD
=
$(
FCLDADD
)
test_def_comps_x_SOURCES
=
test_def_comps.F90
test_def_comps.$(OBJEXT)
:
$(utest_FCDEPS)
...
...
@@ -335,7 +343,7 @@ test_multithreading_x_LDADD = $(PTHREAD_LIBS) $(LDADD)
test_version_x_LDADD
=
$(
FCLDADD
)
test_version_x_SOURCES
=
test_version.F90
test_version.$(OBJEXT)
:
$(utest_FCDEPS)
test_version.$(OBJEXT)
:
$(utest_FCDEPS)
../../src/yac_config.h
test_abort_x_LDADD
=
$(
FCLDADD
)
test_abort_x_SOURCES
=
test_abort.F90
...
...
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