Skip to content

Commit 57441c9

Browse files
committed
Add reference binary
1 parent b211187 commit 57441c9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

grader_config.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ default_type = "cpp"
44
[setup]
55
# 在运行测试之前需要执行的准备步骤
66

7-
# [[setup.steps]]
8-
# name = "Compile tsh"
9-
# type = "command"
10-
# command = "make"
11-
# args = ["all", "-j"]
12-
# required = true # 如果这一步失败,则终止所有测试
13-
# message = "Preparing tsh..."
14-
# success_message = "tsh compiled successfully"
15-
# timeout = 60.0
7+
[[setup.steps]]
8+
name = "Compile tsh"
9+
type = "command"
10+
command = "make"
11+
args = ["all", "-j"]
12+
required = true # 如果这一步失败,则终止所有测试
13+
message = "Preparing tsh..."
14+
success_message = "tsh compiled successfully"
15+
timeout = 60.0
1616

1717
# 可以添加更多setup步骤
1818
# [[setup.steps]]

tshref

1.19 MB
Binary file not shown.

0 commit comments

Comments
 (0)