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