Lines Matching refs:success
111 bool success;
117 RE(atf_check_build_c_o("test.c", "test.o", NULL, &success));
118 ATF_REQUIRE(success);
129 bool success;
135 RE(atf_check_build_c_o("test.c", "test.o", NULL, &success));
136 ATF_REQUIRE(!success);
147 bool success;
159 &success));
160 ATF_REQUIRE(success);
173 bool success;
179 RE(atf_check_build_cpp("test.c", "test.p", NULL, &success));
180 ATF_REQUIRE(!success);
191 bool success;
197 RE(atf_check_build_cxx_o("test.cpp", "test.o", NULL, &success));
198 ATF_REQUIRE(success);
209 bool success;
215 RE(atf_check_build_cxx_o("test.cpp", "test.o", NULL, &success));
216 ATF_REQUIRE(!success);
347 do_exec(tc, "exit-success", &result);
372 do_exec(tc, "exit-success", &result);
477 argv[1] = "exit-success";