annotate test.py.sublime-project @ 5:eb15a5a9b026

Output validators can now award partial scores Added the maxexitcode configuration option. Output validators can now cause a fraction of the points allocated for the test case to be awarded (exitcode/maxexitcode is the fraction, ranging from 0 to 1).
author Oleg Oshmyan <chortos@inbox.lv>
date Sun, 14 Feb 2010 00:08:16 +0000
parents cd4304ff1d1b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
cd4304ff1d1b Minor changes
Oleg Oshmyan <chortos@inbox.lv>
parents:
diff changeset
1 <!-- Documentation is available at http://www.sublimetext.com/docs/projects -->
cd4304ff1d1b Minor changes
Oleg Oshmyan <chortos@inbox.lv>
parents:
diff changeset
2 <project>
cd4304ff1d1b Minor changes
Oleg Oshmyan <chortos@inbox.lv>
parents:
diff changeset
3 <mount dir="." direxclude=".svn,.git,CVS,bin"/>
cd4304ff1d1b Minor changes
Oleg Oshmyan <chortos@inbox.lv>
parents:
diff changeset
4 <options>
cd4304ff1d1b Minor changes
Oleg Oshmyan <chortos@inbox.lv>
parents:
diff changeset
5 <![CDATA[
cd4304ff1d1b Minor changes
Oleg Oshmyan <chortos@inbox.lv>
parents:
diff changeset
6 buildFile Packages/C++/Make.sublime-build
cd4304ff1d1b Minor changes
Oleg Oshmyan <chortos@inbox.lv>
parents:
diff changeset
7 ]]>
cd4304ff1d1b Minor changes
Oleg Oshmyan <chortos@inbox.lv>
parents:
diff changeset
8 </options>
cd4304ff1d1b Minor changes
Oleg Oshmyan <chortos@inbox.lv>
parents:
diff changeset
9 </project>