source: trunk/anuga_core/test_all.py

Last change on this file was 9613, checked in by steve, 10 years ago

Added a .gitignore and cleaned up travis.yml and test_all files

File size: 270 bytes
Line 
1import os
2
3buildroot = os.getcwd()
4
5
6os.chdir('anuga')
7print
8print '======================= anuga tests ================================='   
9print 'Changing to', os.getcwd() # This is now different from buildroot
10
11os.system('python test_all.py')
12
13os.chdir(buildroot)
14
Note: See TracBrowser for help on using the repository browser.