cmake_minimum_required(VERSION 3.2)

project(TANTIVY_SEARCH_TESTS)

add_subdirectory(utils)
add_subdirectory(throughput)
add_subdirectory(unit_test)