Exercise copyChildrenAndKeyFrom for Node{48,256} to itself

This commit is contained in:
2024-04-17 17:13:22 -07:00
parent 64a98c529c
commit c15d296432
3 changed files with 25 additions and 0 deletions
+4
View File
@@ -263,6 +263,10 @@ if(BUILD_TESTING)
# find.
if(NOT CMAKE_CROSSCOMPILING)
find_package(Python3 REQUIRED COMPONENTS Interpreter)
set_property(
DIRECTORY
APPEND
PROPERTY CMAKE_CONFIGURE_DEPENDS ${CMAKE_SOURCE_DIR}/test_conflict_set.py)
execute_process(
COMMAND ${Python3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test_conflict_set.py
list OUTPUT_VARIABLE SCRIPT_TESTS)