Lines Matching +full:platform +full:- +full:specific
15 // without specific prior written permission.
33 #include <atf-c++.hpp>
55 /// The user configuration is populated with a collection of test-suite
63 user_config.set_string("architecture", "the-architecture"); in fake_config()
64 user_config.set_string("execenvs", "the-env"); in fake_config()
66 user_config.set_string("platform", "the-platform"); in fake_config()
88 ATF_REQUIRE_EQ("architecture = the-architecture", ui.out_log()[0]); in ATF_TEST_CASE_BODY()
89 ATF_REQUIRE_EQ("execenvs = the-env", ui.out_log()[1]); in ATF_TEST_CASE_BODY()
91 ATF_REQUIRE_EQ("platform = the-platform", ui.out_log()[3]); in ATF_TEST_CASE_BODY()
103 args.push_back("platform"); in ATF_TEST_CASE_BODY()
111 ATF_REQUIRE_EQ("platform = the-platform", ui.out_log()[0]); in ATF_TEST_CASE_BODY()
122 args.push_back("platform"); in ATF_TEST_CASE_BODY()
133 ATF_REQUIRE_EQ("platform = the-platform", ui.out_log()[0]); in ATF_TEST_CASE_BODY()