memgraph/tests/e2e/garbage_collection/CMakeLists.txt

10 lines
329 B
CMake
Raw Permalink Normal View History

function(garbage_collection_e2e_python_files FILE_NAME)
copy_e2e_python_files(garbage_collection ${FILE_NAME})
endfunction()
garbage_collection_e2e_python_files(common.py)
garbage_collection_e2e_python_files(conftest.py)
garbage_collection_e2e_python_files(gc_periodic.py)
copy_e2e_files(garbage_collection workloads.yaml)