Home
last modified time | relevance | path

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

/openssl-master/test/
A Dproperty_test.c84 } parser_tests[] = { variable
126 && TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn)) in test_property_parse()
127 && TEST_ptr(q = ossl_parse_query(NULL, parser_tests[n].query, 0)) in test_property_parse()
128 && TEST_int_eq(ossl_property_match_count(q, p), parser_tests[n].e)) in test_property_parse()
631 ADD_ALL_TESTS(test_property_parse, OSSL_NELEM(parser_tests)); in setup_tests()

Completed in 3 milliseconds