Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dkrz-sw
sct
Commits
652a2039
Commit
652a2039
authored
May 14, 2019
by
Sergey Kosukhin
Browse files
Build tests when 'make check'.
parent
4cc2b7a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
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
...
...
Write
Preview
Supports
Markdown
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