source:
anuga_core/run_compile_test_all.py
@
6971
Last change on this file since 6971 was 4419, checked in by , 18 years ago | |
---|---|
File size: 294 bytes |
Rev | Line | |
---|---|---|
[3942] | 1 | |
[4419] | 2 | import os, sys |
3 | ||
[3942] | 4 | execfile('compile_all.py') |
[4419] | 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 | ||
[3942] | 16 | execfile('test_all.py') |
17 | ||
18 | ||
[4419] | 19 |
Note: See TracBrowser
for help on using the repository browser.