diff --git a/ci/run_ctests.sh b/ci/run_ctests.sh index a9284a688d..c8f2e9c79d 100755 --- a/ci/run_ctests.sh +++ b/ci/run_ctests.sh @@ -4,7 +4,10 @@ set -euo pipefail # Support customizing the ctests' install location -cd "${INSTALL_PREFIX:-${CONDA_PREFIX:-/usr}}/bin/tests/libkvikio/" +cd "${INSTALL_PREFIX:-${CONDA_PREFIX:-/usr}}/bin/gtests/libkvikio/" + +pwd +ls -la # Run basic tests ./BASIC_IO_TEST diff --git a/cpp/tests/CMakeLists.txt b/cpp/tests/CMakeLists.txt index 987029d76d..c4e043b415 100644 --- a/cpp/tests/CMakeLists.txt +++ b/cpp/tests/CMakeLists.txt @@ -39,4 +39,4 @@ rapids_test_add( INSTALL_COMPONENT_SET testing ) -rapids_test_install_relocatable(INSTALL_COMPONENT_SET testing DESTINATION bin/tests/libkvikio) +rapids_test_install_relocatable(INSTALL_COMPONENT_SET testing DESTINATION bin/gtests/libkvikio)