source: trunk/anuga_core/validate_all.py @ 8947

Last change on this file since 8947 was 8786, checked in by steve, 12 years ago

Adding in some automated validation tests

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