Skip to content

Commit 64bcd07

Browse files
committed
MUL-142: Re-enable fapi test
1 parent db3391e commit 64bcd07

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/multio/tools/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ ecbuild_add_executable( TARGET multio-feed
4848
NO_AS_NEEDED
4949
LIBS multio-api )
5050

51-
# # TODO ADD SOME FCKIT condition; this currently breaks GitHub CI
52-
# ecbuild_add_executable( TARGET multio-replay-nemo-fapi
53-
# CONDITION HAVE_FORTRAN
54-
# SOURCES multio-replay-nemo-fapi.f90
55-
# LIBS multio-fapi fckit MPI::MPI_Fortran )
51+
# TODO ADD SOME FCKIT condition; this currently breaks GitHub CI
52+
ecbuild_add_executable( TARGET multio-replay-nemo-fapi
53+
CONDITION HAVE_FORTRAN
54+
SOURCES multio-replay-nemo-fapi.f90
55+
LIBS multio-fapi fckit MPI::MPI_Fortran )
5656

5757
# TODO: add atlas condition/dependency
5858
ecbuild_add_executable( TARGET multio-generate-grib-template

tests/multio/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ ecbuild_add_test( TARGET test_multio_replay_nemo_fapi
246246
ARGS $<TARGET_FILE:multio-replay-nemo-fapi>
247247
$<TARGET_FILE:multio-probe> ${MPIEXEC_EXECUTABLE} ${MPI_ARGS}
248248
ENVIRONMENT "${_test_environment}"
249-
ENABLED OFF
250249
)
251250

252251
ecbuild_add_test( TARGET test_multio_replay_nemo_capi_masked

0 commit comments

Comments
 (0)