]> mj.ucw.cz Git - moe.git/blob - t/problems/sum/config
Saved the example task
[moe.git] / t / problems / sum / config
1 # Per-task config
2 # All variables can be overriden in test-specific <test>.config
3
4 # A list of all tests
5 TESTS=1
6 TESTS+=2 3
7
8 # Test with example input
9 SAMPLE_TESTS=1
10
11 # Number of points per test
12 POINTS_PER_TEST=1
13
14 # List of extra files needed for compilation
15 EXTRAS="extras.h"
16
17 # Time limit in seconds
18 TIME_LIMIT=10
19
20 # Memory limit in kilobytes
21 MEM_LIMIT=16384
22
23 # Command used to check output syntax (optional)
24 SYNTAX_CHECK=grep -v -- - $TDIR/$TEST.out >/dev/null
25
26 # Command used to check output correctness
27 OUTPUT_CHECK=diff -bBu $TDIR/$TEST.ok $TDIR/$TEST.out && echo >$TDIR/$TEST.pts 22
28
29 OUTPUT_FILTER=tr -d '\r' <$TDIR/$TEST.raw >$TDIR/$TEST.out
30
31 TEST_1_EXT_c_TIME_LIMIT=9.9
32
33 IO_TYPE=file