source:
trunk/anuga_core/validate_all.py
@
8947
Last change on this file since 8947 was 8786, checked in by steve, 12 years ago | |
---|---|
File size: 247 bytes |
Rev | Line | |
---|---|---|
[8786] | 1 | import os |
2 | ||
3 | os.chdir('source') | |
4 | os.chdir('anuga_validation_tests') | |
5 | ||
6 | print 20*'=' + ' anuga automated validation tests ' + 20*'=' | |
7 | print 'Changing to', os.getcwd() # This is now different from buildroot | |
8 | execfile('validate_all.py') | |
9 | ||
10 | ||
11 | ||
12 | ||
13 | ||
14 | ||
15 | ||
16 |
Note: See TracBrowser
for help on using the repository browser.