memgraph/tests/e2e/text_search/CMakeLists.txt

7 lines
221 B
CMake
Raw Normal View History

2024-01-15 16:38:45 +08:00
function(copy_text_search_e2e_python_files FILE_NAME)
copy_e2e_python_files(text_search ${FILE_NAME})
endfunction()
copy_text_search_e2e_python_files(common.py)
copy_text_search_e2e_python_files(test_text_search.py)