memgraph/tests/e2e/garbage_collection/CMakeLists.txt

8 lines
278 B
CMake

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)