source: anuga_core/test_all.py @ 4704

Last change on this file since 4704 was 3516, checked in by duncan, 18 years ago

changing due to restructure

File size: 400 bytes
Line 
1import os
2
3buildroot = os.getcwd()
4
5os.chdir('source')
6os.chdir('anuga')
7   
8#Complete horrible hack to decide which branch to take (Ole)
9#try:
10#    os.stat('inundation-numpy-branch')
11#except:
12#    os.chdir('inundation')
13#else:
14#    os.chdir('inundation-numpy-branch')   
15
16print 'Changing to', os.getcwd() #This is now different from buildroot   
17
18execfile('test_all.py')
19
20   
Note: See TracBrowser for help on using the repository browser.