From 2a277334a76449ebb99e8d712d1401a7f09c19e3 Mon Sep 17 00:00:00 2001 From: Kitware Robot Date: Fri, 24 Oct 2025 11:56:50 -0700 Subject: [PATCH] Add missing dependency to teca_add_app_test for teca_integrated_water_vapor --- test/apps/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/apps/CMakeLists.txt b/test/apps/CMakeLists.txt index 7dc3234b5..1aa8010bd 100644 --- a/test/apps/CMakeLists.txt +++ b/test/apps/CMakeLists.txt @@ -60,6 +60,7 @@ teca_add_app_test(test_bayesian_ar_detect_app_packed_data_mpi REQ_TECA_DATA) teca_add_app_test(test_integrated_water_vapor_app_threads + teca_integrated_water_vapor COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/test_integrated_water_vapor_app.sh ${CMAKE_BINARY_DIR}/${BIN_PREFIX} ${TECA_DATA_ROOT} -1 2 FEATURES ${TECA_HAS_NETCDF} @@ -82,6 +83,7 @@ teca_add_app_test(test_integrated_water_vapor_app_mpi_threads REQ_TECA_DATA) teca_add_app_test(test_integrated_vapor_transport_app_threads + teca_integrated_water_vapor COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/test_integrated_vapor_transport_app.sh ${CMAKE_BINARY_DIR}/${BIN_PREFIX} ${TECA_DATA_ROOT} -1 FEATURES ${TECA_HAS_NETCDF}