memgraph/tests/e2e/disk_storage/CMakeLists.txt

16 lines
795 B
CMake
Raw Normal View History

function(copy_disk_storage_e2e_python_files FILE_NAME)
copy_e2e_python_files(disk_storage ${FILE_NAME})
endfunction()
copy_disk_storage_e2e_python_files(common.py)
copy_disk_storage_e2e_python_files(data_import.py)
copy_disk_storage_e2e_python_files(update_storage_mode_db_not_empty.py)
copy_disk_storage_e2e_python_files(update_storage_mode_disk_to_memory.py)
copy_disk_storage_e2e_python_files(update_storage_mode_memory_to_disk.py)
copy_disk_storage_e2e_python_files(free_memory_disabled.py)
copy_disk_storage_e2e_python_files(replication_disabled.py)
copy_disk_storage_e2e_python_files(snapshot_disabled.py)
copy_disk_storage_e2e_python_files(lock_data_dir_disabled.py)
copy_disk_storage_e2e_python_files(create_edge_from_indices.py)
copy_disk_storage_e2e_python_files(storage_info.py)