root/trunk/Rakefile.local

Revision 288, 179 bytes (checked in by ged, 3 months ago)
  • Updated build system
  • Finished converting statistic tests to specs.
  • Property svn:keywords set to Date Rev Author URL Id
Line 
1#!/usr/bin/env rake
2
3task :debug do
4        $DEBUG = true
5end
6
7task :acceptance_tests do
8        log "I would run acceptance tests here, if I knew how..."
9end
10
11task :test => [:acceptance_tests]
Note: See TracBrowser for help on using the browser.