annotate test.py.sublime-project @ 9:ed90b375d197

Award maxexitcode points by default The default number of points allocated per test case is now maxexitcode if it is set and is an integer (so that all given points are integers as well).
author Oleg Oshmyan <chortos@inbox.lv>
date Sun, 14 Feb 2010 00:51:27 +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>