Files
memgraph/tests/e2e/maximum_deltas_restriction/CMakeLists.txt
2024-02-09 11:02:34 +01:00

9 lines
350 B
CMake

function(copy_maximum_deltas_restriction_e2e_python_files FILE_NAME)
copy_e2e_python_files(maximum_deltas_restriction ${FILE_NAME})
endfunction()
copy_maximum_deltas_restriction_e2e_python_files(common.py)
copy_maximum_deltas_restriction_e2e_python_files(maximum_deltas_restriction.py)
copy_e2e_files(maximum_deltas_restriction workloads.yaml)