Skip to content

Commit

Permalink
Testing: Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Feb 19, 2024
1 parent fa65a96 commit e938f1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -445,16 +445,16 @@ if( HAVE_BUILD_TOOLS )
TYPE SCRIPT
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/grib_encode_pthreads.sh )

foreach( test grib_threads_ecc-604 grib_threads_ecc-604-encode bufr_encode_pthreads )
foreach( test grib_encode_pthreads2 grib_threads_ecc-604-encode bufr_encode_pthreads )
ecbuild_add_executable( TARGET ${test}
NOINSTALL
SOURCES ${test}.cc
LIBS eccodes ${CMAKE_THREAD_LIBS_INIT} )
endforeach()
ecbuild_add_test( TARGET eccodes_t_grib_threads_ecc-604
ecbuild_add_test( TARGET eccodes_t_grib_encode_pthreads2
TYPE SCRIPT
TEST_DEPENDS eccodes_download_gribs
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/grib_threads_ecc-604.sh )
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/grib_encode_pthreads2.sh )
ecbuild_add_test( TARGET eccodes_t_bufr_encode_pthreads
TYPE SCRIPT
TEST_DEPENDS eccodes_download_bufrs
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ temp_dir=tempdir.${label}
NUM_THREADS=3
NUM_ITER=10
OUTPUT=output
PROG="${test_dir}/grib_threads_ecc-604"
PROG="${test_dir}/grib_encode_pthreads2"

validate()
{
Expand Down

0 comments on commit e938f1d

Please sign in to comment.