Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dschema_inttest.cpp106 engine::test_program test_program_1( in check_action_2() local
111 "plain", test_program_1, "main", in check_action_2()
115 test_program_1.set_test_cases(test_cases); in check_action_2()
178 ATF_REQUIRE_EQ(test_program_1, *iter.test_program()); in check_action_2()
H A Dtransaction_test.cpp310 engine::test_program test_program_1( in ATF_TEST_CASE_BODY() local
314 "plain", test_program_1, "main", engine::metadata_builder().build())); in ATF_TEST_CASE_BODY()
317 test_program_1.set_test_cases(test_cases_1); in ATF_TEST_CASE_BODY()
320 const int64_t tp_id = tx.put_test_program(test_program_1, action_id); in ATF_TEST_CASE_BODY()
327 const int64_t tp2_id = tx.put_test_program(test_program_1, action2_id); in ATF_TEST_CASE_BODY()
358 ATF_REQUIRE(test_program_1 == *iter.test_program()); in ATF_TEST_CASE_BODY()