Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Nov 6, 2024
1 parent 34ec360 commit 4b1468a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pluto/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ add_subdirectory(benchmark)
add_subdirectory(sandbox)

if( HAVE_FORTRAN )
ecbuild_add_test( TARGET pluto_test_fortran_resource SOURCES fortran/test_fortran_memory_resource.F90 LIBS pluto_f )
ecbuild_add_test( TARGET pluto_test_fortran_allocator SOURCES fortran/test_fortran_allocator.F90 LIBS pluto_f )
ecbuild_add_test( TARGET pluto_test_fortran_pool SOURCES fortran/test_fortran_memory_pool_resource.F90 LIBS pluto_f )
ecbuild_add_test( TARGET pluto_test_fortran_scope SOURCES fortran/test_fortran_scope.F90 LIBS pluto_f )
ecbuild_add_test( TARGET pluto_test_fortran_memory_resource SOURCES fortran/test_fortran_memory_resource.F90 LIBS pluto_f )
ecbuild_add_test( TARGET pluto_test_fortran_allocator SOURCES fortran/test_fortran_allocator.F90 LIBS pluto_f )
ecbuild_add_test( TARGET pluto_test_fortran_memory_pool_resource SOURCES fortran/test_fortran_memory_pool_resource.F90 LIBS pluto_f )
ecbuild_add_test( TARGET pluto_test_fortran_scope SOURCES fortran/test_fortran_scope.F90 LIBS pluto_f )
endif()

ecbuild_add_test( TARGET pluto_test_memory_pool SOURCES pluto_test_memory_pool.cc LIBS pluto )

0 comments on commit 4b1468a

Please sign in to comment.