source: trunk/anuga_core/run_compile_test_all.py @ 7866

Last change on this file since 7866 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
Line 
1
2import os, sys
3
4execfile('compile_all.py')
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
16execfile('test_all.py')
17
18   
19
Note: See TracBrowser for help on using the repository browser.