Skip to content

Commit e825986

Browse files
committed
Add run command to CI steps
Add run command for each of the CI tests. Signed-off-by: Kristal Dale <[email protected]>
1 parent 5f9ae20 commit e825986

File tree

1 file changed

+8
-4
lines changed
  • DirectProgramming/C++/CompilerInfrastructure/guided_matmul_opt_report

1 file changed

+8
-4
lines changed

DirectProgramming/C++/CompilerInfrastructure/guided_matmul_opt_report/sample.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,32 @@
1414
"id": "baseline",
1515
"steps": [
1616
"make clean",
17-
"make baseline"
17+
"make baseline",
18+
"./MatVector"
1819
]
1920
},
2021
{
2122
"id": "vec_report1",
2223
"steps": [
2324
"make clean",
24-
"make vec_report1"
25+
"make vec_report1",
26+
"./vec_samples_report1.out"
2527
]
2628
},
2729
{
2830
"id": "vec_report2",
2931
"steps": [
3032
"make clean",
31-
"make vec_report2"
33+
"make vec_report2",
34+
"./vec_samples_report2.out"
3235
]
3336
},
3437
{
3538
"id": "vec_report3",
3639
"steps": [
3740
"make clean",
38-
"make vec_report3"
41+
"make vec_report3",
42+
"./vec_samples_report3.out"
3943
]
4044
}
4145
]

0 commit comments

Comments
 (0)