memgraph/tests/CMakeLists.txt
Marko Budiselić afbf672915 Add end2end replication tests based on mgclient (#69)
* Remove old HA benchmark and integration tests
2021-01-21 15:56:21 +01:00

30 lines
549 B
CMake

# benchmark test binaries
add_subdirectory(benchmark)
# macro_benchmark test binaries
add_subdirectory(macro_benchmark)
# stress test binaries
add_subdirectory(stress)
# concurrent test binaries
add_subdirectory(concurrent)
# manual test binaries
add_subdirectory(manual)
# unit test binaries
add_subdirectory(unit)
# property based test binaries
add_subdirectory(property_based)
# integration test binaries
add_subdirectory(integration)
# e2e test binaries
add_subdirectory(e2e)
# mgbench benchmark test binaries
add_subdirectory(mgbench)