source: test_all.py @ 2309

Last change on this file since 2309 was 2302, checked in by ole, 18 years ago

Updated testing. Can now run from anuga root

File size: 139 bytes
Line 
1import os
2
3buildroot = os.getcwd()
4os.chdir('inundation')
5print 'Changing to', os.getcwd()       
6
7execfile('test_all.py')
8
9   
Note: See TracBrowser for help on using the repository browser.