source: trunk/anuga_core/test_parallel_all.py @ 8760

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 
1from anuga.utilities.data_audit_wrapper import IP_verified
2from tempfile import mktemp
3
4import os
5
6buildroot = os.getcwd()
7
8
9os.chdir('source')
10os.chdir('anuga_parallel')
11print
12print '===================== anuga_parallel tests =========================='
13print 'Changing to', os.getcwd()
14execfile('test_all.py')
15
16
17# Temporary bail out
18import sys; sys.exit() 
19
20
21
22
23
24
25   
Note: See TracBrowser for help on using the repository browser.