source: trunk/anuga_core/run_validations.py @ 9593

Last change on this file since 9593 was 9593, checked in by steve, 10 years ago

Cleaned up a few README files

File size: 236 bytes
Line 
1import os
2
3
4os.chdir('validation_tests')
5print
6print 20*'=' + ' anuga automated validation tests ' + 20*'='
7print 'Changing to', os.getcwd() # This is now different from buildroot   
8execfile('run_auto_validation_tests.py')
9
10
11
12
13
14
15
16   
Note: See TracBrowser for help on using the repository browser.