root / trunk / buildscripts / testBuildUtil.py

Revision 1561, 136 bytes (checked in by david, 3 years ago)

updating EOLs

  • Property svn:eol-style set to native
Line 
1import os
2import buildUtil
3
4buildUtil.findTestFiles("../tests")
5buildUtil.buildTestFiles()
6
7print file("../testRunner.js", "r+").read()
Note: See TracBrowser for help on using the browser.