memgraph/tests/e2e/inspect_query/CMakeLists.txt
2023-10-28 15:34:52 +02:00

7 lines
226 B
CMake

function(copy_inspect_query_e2e_python_files FILE_NAME)
copy_e2e_python_files(inspect_query ${FILE_NAME})
endfunction()
copy_inspect_query_e2e_python_files(common.py)
copy_inspect_query_e2e_python_files(inspect_query.py)