Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sct
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
sct
Commits
652a2039
Commit
652a2039
authored
5 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Build tests when 'make check'.
parent
4cc2b7a5
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
tests/Makefile.am
+9
-9
9 additions, 9 deletions
tests/Makefile.am
with
9 additions
and
9 deletions
tests/Makefile.am
+
9
−
9
View file @
652a2039
...
...
@@ -8,39 +8,39 @@ PPFCCOMPILE = $(FC) $(FCDEFS) $(DEFAULT_INCLUDES) $(FCCPPFLAGS) $(AM_FCFLAGS) $(
LDADD
=
$(
top_builddir
)
/src/libsct.la
noinst
_PROGRAMS
=
test_precision
check
_PROGRAMS
=
test_precision
if
FORTRAN_INTERFACE
noinst
_PROGRAMS
+=
test_sct
check
_PROGRAMS
+=
test_sct
endif
if
HDF5
noinst
_PROGRAMS
+=
test_hdf5
noinst
_PROGRAMS
+=
test_hdf5_fortran
check
_PROGRAMS
+=
test_hdf5
check
_PROGRAMS
+=
test_hdf5_fortran
LDADD
+=
$(
LTLIBHDF5
)
endif
if
PAPI
noinst
_PROGRAMS
+=
test_papi
check
_PROGRAMS
+=
test_papi
LDADD
+=
$(
LTLIBPAPI
)
endif
if
!MPI
if
!OPENMP
noinst
_PROGRAMS
+=
test_serial
check
_PROGRAMS
+=
test_serial
endif
if
OPENMP
noinst
_PROGRAMS
+=
test_omp
check
_PROGRAMS
+=
test_omp
endif
endif
if
MPI
if
MPICHECK
if
!OPENMP
noinst
_PROGRAMS
+=
test_mpi
check
_PROGRAMS
+=
test_mpi
endif
if
OPENMP
noinst
_PROGRAMS
+=
test_hybrid
check
_PROGRAMS
+=
test_hybrid
endif
endif
endif
...
...
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