87423eed06
Summary: HA should now support constraints in the same way the SM version does. I only tested this thing manually, but I plan to add a new integration test for this also. Reviewers: ipaljak, vkasljevic, mferencevic Reviewed By: ipaljak, mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2083
7 lines
298 B
CMake
7 lines
298 B
CMake
set(target_name memgraph__integration__ha_constraints)
|
|
set(tester_target_name ${target_name}__tester)
|
|
|
|
add_executable(${tester_target_name} tester.cpp)
|
|
set_target_properties(${tester_target_name} PROPERTIES OUTPUT_NAME tester)
|
|
target_link_libraries(${tester_target_name} mg-utils mg-communication)
|