Add endpoint tests
This commit is contained in:
parent
8c35987760
commit
d370985048
2 changed files with 337 additions and 0 deletions
|
@ -41,6 +41,7 @@ paths.each_index do |idx|
|
|||
puts " m = r3_tree_match(n, \"#{path}\", NULL);"
|
||||
puts " ck_assert(m);"
|
||||
puts " ck_assert(m->data == data#{idx});"
|
||||
puts " ck_assert_int_gt(m->endpoint, 0);"
|
||||
end
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue