prop_dictionary_equals
bool prop_dictionary_equals(prop_dictionary_t, prop_dictionary_t);
ATF_TC(prop_dictionary_equals);
ATF_TC_HEAD(prop_dictionary_equals, tc)
ATF_TC_BODY(prop_dictionary_equals, tc)
if (prop_dictionary_equals(c, d) != true)
ATF_TP_ADD_TC(tp, prop_dictionary_equals);