We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: 10gen sample application for student management
Homepage: https://sample-student.10gen.com/
Clone URL: git://github.com/10gen/sample-student.git
sample-student / test / allTests.xml
100644 8 lines (6 sloc) 0.162 kb
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
 
<project default="test">
  <target name="test" description="runs all the tests">
    <ant antfile="siteTests.xml"/>
  </target>
</project>