Home | History | Annotate | Download | only in tools

Lines Matching defs:got_tc

125     got_tc(const std::string& ident,
128 std::string call = "got_tc(" + ident + ", {";
174 "got_tc(test_case_1, {ident=test_case_1})",
175 "got_tc(test_case_2, {ident=test_case_2})",
176 "got_tc(test_case_3, {ident=test_case_3})",
207 "got_tc(test_case_1, {descr=This is the description, ident=test_case_1, timeout=300})",
208 "got_tc(test_case_2, {ident=test_case_2})",
209 "got_tc(test_case_3, {X-prop1=A custom property, descr=Third test case, ident=test_case_3})",
241 "got_tc(single_test, {descr=Some description, ident=single_test, require.arch=thearch, require.config=foo-bar, require.files=/a/1 /b/2, require.machine=themachine, require.progs=/bin/cp mv, require.user=root, timeout=300})",
265 "got_tc(single_test, {descr=Some description, ident=single_test})",
331 "got_tc(test1, {ident=test1})",