source: anuga_core/test_all.py @ 4353

Last change on this file since 4353 was 3516, checked in by duncan, 19 years ago

changing due to restructure

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