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

testing checking in

File size: 378 bytes
Line 
1# Compile and unit test Anuga
2import os, sys
3
4buildroot = os.getcwd()
5execfile('compile_all.py')
6
7os.chdir(buildroot)
8print 'Buildroot is ', buildroot
9
10os.chdir('source')
11os.chdir('anuga')
12   
13print 'Changing to', os.getcwd() #This is now different from buildroot   
14
15print "Test verbose "
16os.system("python test_all.py v")
17
18execfile('test_all.py')
19
20   
21
Note: See TracBrowser for help on using the repository browser.