Home
last modified time | relevance | path

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

/openssl/test/
H A Dproperty_test.c245 } merge_tests[] = { variable
277 && TEST_ptr(prop = ossl_parse_property(NULL, merge_tests[n].prop)) in test_property_merge()
278 && TEST_ptr(q_global = ossl_parse_query(NULL, merge_tests[n].q_global, in test_property_merge()
280 && TEST_ptr(q_local = ossl_parse_query(NULL, merge_tests[n].q_local, 0)) in test_property_merge()
696 ADD_ALL_TESTS(test_property_merge, OSSL_NELEM(merge_tests)); in setup_tests()

Completed in 7 milliseconds