Show More
Commit Description:
add a new modified sandbox "box"...
Commit Description:
add a new modified sandbox "box"
The original file was pulled from moe (git://git.ucw.cz/moe.git)
by Martin Mares's commit on Sun Jul 29 23:53:56 2012 +0200
The modification is to make it separately compilable and add more option
to specify additional argument to the program. (Please see usage guide)
run `gcc -o box -std=c99 box64-new.c` to compile.
References:
File last commit:
Show/Diff file:
Action:
config/env_exam.rb.SAMPLE
| 20 lines
| 611 B
| text/plain
| TextLexer
|
|
r23 | # | ||
# See documentation in lib/configuration.rb | ||||
# | ||||
|
r22 | Grader::Initializer.run do |config| | ||
|
r74 | config.problems_dir = GRADER_ROOT + "/../ev-exam" | ||
|
r23 | config.user_result_dir = GRADER_ROOT + "/../result" | ||
|
r22 | |||
config.talkative = true | ||||
|
r23 | config.logging = true | ||
config.log_dir = GRADER_ROOT + "/../log" | ||||
|
r22 | |||
config.report_grader = true | ||||
|
r23 | |||
config.test_request_input_base_dir = RAILS_ROOT + "/data/test_request/input" | ||||
config.test_request_output_base_dir = RAILS_ROOT + "/data/test_request/output" | ||||
config.test_request_problem_templates_dir = config.problems_dir + "/test_request" | ||||
config.comment_report_style = :short | ||||
|
r22 | end | ||