Last change
on this file since 8760 was
8760,
checked in by steve, 12 years ago
|
Separated compiling and testing of the sequential and parallel code.
|
File size:
370 bytes
|
Line | |
---|
1 | from anuga.utilities.data_audit_wrapper import IP_verified |
---|
2 | from tempfile import mktemp |
---|
3 | |
---|
4 | import os |
---|
5 | |
---|
6 | buildroot = os.getcwd() |
---|
7 | |
---|
8 | |
---|
9 | os.chdir('source') |
---|
10 | os.chdir('anuga_parallel') |
---|
11 | print |
---|
12 | print '===================== anuga_parallel tests ==========================' |
---|
13 | print 'Changing to', os.getcwd() |
---|
14 | execfile('test_all.py') |
---|
15 | |
---|
16 | |
---|
17 | # Temporary bail out |
---|
18 | import sys; sys.exit() |
---|
19 | |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.