source: anuga_core/run_compile_test_all.py @ 5566

Last change on this file since 5566 was 4419, checked in by duncan, 17 years ago

modify run_compile_test_all.py to run a verbose test all as well

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