source:
trunk/anuga_core/run_compile_test_all.py
@
8248
Last change on this file since 8248 was 8218, checked in by , 14 years ago | |
---|---|
File size: 318 bytes |
Line | |
---|---|
1 | # Compile and test Anuga |
2 | import os, sys |
3 | |
4 | execfile('compile_all.py') |
5 | |
6 | buildroot = os.getcwd() |
7 | |
8 | os.chdir('source') |
9 | os.chdir('anuga') |
10 | |
11 | print 'Changing to', os.getcwd() #This is now different from buildroot |
12 | |
13 | print "Test verbose " |
14 | os.system("python test_all.py v") |
15 | |
16 | execfile('test_all.py') |
17 | |
18 | |
19 |
Note: See TracBrowser
for help on using the repository browser.