blob: 7628d256ad39dc621dc4fc67a016c37d3f60fcd5 [file] [log] [blame]
Alan Stokes7cdcf992022-05-24 07:42:24 +00001{
2 "presubmit": [
3 {
Alice Wangceb66422023-02-07 13:55:33 +00004 "name": "libdiced_open_dice.integration_test"
5 },
6 {
7 "name": "libdiced_open_dice_nostd.integration_test"
8 },
9 {
Alice Wang988df592023-02-16 12:05:42 +000010 "name": "libopen_dice_cbor_bindgen_test"
11 },
12 {
Andrew Scull0275aa52023-08-18 18:03:11 +000013 "name": "libopen_dice_android_bindgen_test"
Alice Wang988df592023-02-16 12:05:42 +000014 },
15 {
Alice Wang4a3c97c2023-03-03 08:40:54 +000016 "name": "libdiced_sample_inputs.integration_test"
Alan Stokes7cdcf992022-05-24 07:42:24 +000017 }
Alice Wangdb748d22023-09-19 11:18:29 +000018 ],
19 "postsubmit": [
20 {
21 "name": "libdiced_sample_inputs_nostd.integration_test"
22 }
Alan Stokes7cdcf992022-05-24 07:42:24 +000023 ]
24}