Home
last modified time | relevance | path

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

/openssl/test/
H A Dproperty_test.c339 } definition_tests[] = { variable
361 && TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn)) in test_definition_compares()
362 && TEST_ptr(q = ossl_parse_query(NULL, definition_tests[n].query, 0)) in test_definition_compares()
363 && TEST_int_eq(ossl_property_match_count(q, d), definition_tests[n].e); in test_definition_compares()
698 ADD_ALL_TESTS(test_definition_compares, OSSL_NELEM(definition_tests)); in setup_tests()

Completed in 6 milliseconds