source:
anuga_work/development/anuga_1d/old_compile_all.py
@
7840
Last change on this file since 7840 was 6453, checked in by , 16 years ago | |
---|---|
File size: 199 bytes |
Rev | Line | |
---|---|---|
[6453] | 1 | import os |
2 | ||
3 | buildroot = os.getcwd() | |
4 | ||
5 | #Attempt to compile all extensions | |
6 | ||
7 | execfile('/home/steve/ga/anuga_core/source/anuga/utilities/compile.py') | |
8 | ||
9 | os.chdir(buildroot) | |
10 | #execfile('test_all.py') | |
11 |
Note: See TracBrowser
for help on using the repository browser.