aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
blob: 5e5f79025062f8e7ddfddb8ae8f8215bc199528e (plain)
1
2
3
4
5
6
7
8
9
10
11
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
  message(FATAL_ERROR "cmake must be invoked with the top level directory")
endif()

# Benchmarking tools
add_subdirectory(perf)

# Unit tests
if(GTest_FOUND)
  add_subdirectory(unit)
endif()