Changeset 2000


Ignore:
Timestamp:
Nov 3, 2005, 6:24:40 PM (20 years ago)
Author:
ole
Message:

Compilation added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test_all.py

    r1999 r2000  
    11import os
    22
    3 print os.getcwd()
     3buildroot = os.getcwd()
    44os.chdir('inundation')
    55print 'Changing to', os.getcwd()       
     6
     7#entries = listdir('.')
     8
    69
    710#Attempt to compile all extensions
     
    1013execfile('compile.py')
    1114
    12 #execfile('utilities' + os.sep + 'compile.py')
     15os.chdir('..')
     16os.chdir('pyvolution')
     17execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py')
    1318
    14 #FIXME: Temporary measure
    15 #os.chdir('..' + sep + 'utilities')
    16 #execfile('compile.py')
    17 #os.chdir('..' + sep + 'pyvolution')   
    18 #os.chdir('inundation' + os.sep + 'pyvolution')
    19 #print 'Changing to', os.getcwd()       
    20    
     19os.chdir('..')
     20os.chdir('pmesh')
     21execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py')
     22
     23os.chdir(buildroot)   
    2124#execfile('test_all.py')
    2225   
Note: See TracChangeset for help on using the changeset viewer.