source: test_all.py @ 2131

Last change on this file since 2131 was 2000, checked in by ole, 19 years ago

Compilation added

File size: 482 bytes
RevLine 
[1997]1import os
2
[2000]3buildroot = os.getcwd()
[1997]4os.chdir('inundation')
[1999]5print 'Changing to', os.getcwd()       
[1997]6
[2000]7#entries = listdir('.')
8
9
[1999]10#Attempt to compile all extensions
11
12os.chdir('utilities')
13execfile('compile.py')
14
[2000]15os.chdir('..')
16os.chdir('pyvolution')
17execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py')
[1999]18
[2000]19os.chdir('..')
20os.chdir('pmesh')
21execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py')
22
23os.chdir(buildroot)   
[1999]24#execfile('test_all.py')
25   
Note: See TracBrowser for help on using the repository browser.