aboutsummaryrefslogtreecommitdiffstats
path: root/ann_benchmark/src/tests/ann_benchmark/CMakeLists.txt
blob: 30ecb155a5b1464d5c411e7300c8b19a340edc21 (plain) (blame)
1
2
3
4
5
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

if(NOT DEFINED VESPA_USE_SANITIZER)
  vespa_add_test(NAME ann_benchmark_test NO_VALGRIND COMMAND ${Python_EXECUTABLE} -m pytest WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DEPENDS vespa_ann_benchmark)
endif()