source:
trunk/anuga_core/test_all.py
Last change on this file was 9613, checked in by steve, 10 years ago | |
---|---|
File size: 270 bytes |
Line | |
---|---|
1 | import os |
2 | |
3 | buildroot = os.getcwd() |
4 | |
5 | |
6 | os.chdir('anuga') |
7 | |
8 | print '======================= anuga tests =================================' |
9 | print 'Changing to', os.getcwd() # This is now different from buildroot |
10 | |
11 | os.system('python test_all.py') |
12 | |
13 | os.chdir(buildroot) |
14 |
Note: See TracBrowser
for help on using the repository browser.