Add endpoint tests

This commit is contained in:
c9s 2014-06-02 10:07:50 +08:00
parent 8c35987760
commit d370985048
2 changed files with 337 additions and 0 deletions

View file

@ -41,6 +41,7 @@ paths.each_index do |idx|
puts " m = r3_tree_match(n, \"#{path}\", NULL);" puts " m = r3_tree_match(n, \"#{path}\", NULL);"
puts " ck_assert(m);" puts " ck_assert(m);"
puts " ck_assert(m->data == data#{idx});" puts " ck_assert(m->data == data#{idx});"
puts " ck_assert_int_gt(m->endpoint, 0);"
end end

File diff suppressed because it is too large Load diff