add attr_get/attr_set

This commit is contained in:
Rongsong Shen 2026-02-26 10:59:56 +08:00
parent 724c740909
commit f66de93483
6 changed files with 176 additions and 0 deletions

View file

@ -2,6 +2,7 @@ librtti_test_srcs = [
'test.c',
'test_iter.c',
'test_invalid_obj.c',
'test_attr.c',
]
unity_dep = dependency('unity')