source:
anuga_core/source/obsolete_code/doit.py
@
7248
Last change on this file since 7248 was 3567, checked in by , 19 years ago | |
---|---|
File size: 243 bytes |
Rev | Line | |
---|---|---|
[240] | 1 | import os |
2 | ||
[267] | 3 | #Clean up |
4 | ||
5 | for file in os.listdir('.'): | |
6 | if file[-1] == '~': | |
7 | os.remove(file) | |
8 | ||
9 | ||
[484] | 10 | #os.system('python compile.py') |
[240] | 11 | os.system('python test_all.py') |
12 | os.system('python run_profile.py') | |
13 | os.system('python show_balanced_limiters.py') |
Note: See TracBrowser
for help on using the repository browser.