Changeset 8295
- Timestamp:
- Jan 11, 2012, 10:30:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/run_compile_test_all.py
r8294 r8295 1 1 # Compile and test Anuga 2 2 import os, sys 3 4 3 5 4 buildroot = os.getcwd() … … 8 7 os.chdir(buildroot) 9 8 print 'Buildroot is ', buildroot 9 10 10 os.chdir('source') 11 11 os.chdir('anuga')
Note: See TracChangeset
for help on using the changeset viewer.