memgraph/tests/CMakeLists.txt

30 lines
589 B
CMake
Raw Normal View History

2024-01-23 22:47:46 +08:00
# # benchmark test binaries
# add_subdirectory(benchmark)
2024-01-23 22:47:46 +08:00
# # macro_benchmark test binaries
# add_subdirectory(macro_benchmark)
2024-01-23 22:47:46 +08:00
# # stress test binaries
# add_subdirectory(stress)
2024-01-23 22:47:46 +08:00
# # concurrent test binaries
# add_subdirectory(concurrent)
2024-01-23 22:47:46 +08:00
# # manual test binaries
# add_subdirectory(manual)
2024-01-23 22:47:46 +08:00
# # unit test binaries
# add_subdirectory(unit)
2024-01-23 22:47:46 +08:00
# # property based test binaries
# add_subdirectory(property_based)
2024-01-23 22:47:46 +08:00
# # integration test binaries
# add_subdirectory(integration)
2024-01-23 22:47:46 +08:00
# # e2e test binaries
# add_subdirectory(e2e)
2024-01-23 22:47:46 +08:00
# # mgbench benchmark test binaries
# add_subdirectory(mgbench)