Home
last modified time | relevance | path

Searched refs:check_property (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/bsd/atf/dist/tools/
H A Dtest_program_test.cpp790 check_property((*iter).second, "descr", "Description 1"); in ATF_TEST_CASE_BODY()
791 check_property((*iter).second, "has.cleanup", "false"); in ATF_TEST_CASE_BODY()
792 check_property((*iter).second, "ident", "first"); in ATF_TEST_CASE_BODY()
793 check_property((*iter).second, "timeout", "300"); in ATF_TEST_CASE_BODY()
802 check_property((*iter).second, "descr", "Description 2"); in ATF_TEST_CASE_BODY()
803 check_property((*iter).second, "has.cleanup", "true"); in ATF_TEST_CASE_BODY()
804 check_property((*iter).second, "ident", "second"); in ATF_TEST_CASE_BODY()
805 check_property((*iter).second, "timeout", "500"); in ATF_TEST_CASE_BODY()
815 check_property((*iter).second, "has.cleanup", "false"); in ATF_TEST_CASE_BODY()
816 check_property((*iter).second, "ident", "third"); in ATF_TEST_CASE_BODY()
[all …]
/netbsd/external/gpl2/dtc/dist/tests/
H A Dtests.h87 void check_property(void *fdt, int nodeoffset, const char *name,
92 check_property(fdt, nodeoffset, name, sizeof(x), &x); \
H A Dfind_property.c27 check_property(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
H A Doverlay.c83 check_property(fdt, node_off, name, 0, NULL); in check_getprop_null_by_name()
H A Dtestutils.c92 void check_property(void *fdt, int nodeoffset, const char *name, in check_property() function