memgraph/tests/e2e/show_index_info/CMakeLists.txt
2023-09-11 10:59:41 +02:00

7 lines
241 B
CMake

function(copy_show_index_info_e2e_python_files FILE_NAME)
copy_e2e_python_files(show_index_info ${FILE_NAME})
endfunction()
copy_show_index_info_e2e_python_files(common.py)
copy_show_index_info_e2e_python_files(test_show_index_info.py)