memgraph/tests/e2e/analyze_graph/CMakeLists.txt

9 lines
275 B
CMake
Raw Normal View History

function(copy_analyze_graph_e2e_python_files FILE_NAME)
copy_e2e_python_files(analyze_graph ${FILE_NAME})
endfunction()
copy_analyze_graph_e2e_python_files(common.py)
copy_analyze_graph_e2e_python_files(optimize_indexes.py)
copy_e2e_files(analyze_graph workloads.yaml)