source: trunk/anuga_core/run_auto_validation_tests.py @ 9454

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

Hopefully removing conflict with this file

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.