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
RevLine 
[8129]1import os
2
3buildroot = os.getcwd()
4
[9241]5
[8129]6os.chdir('anuga')
7print
8print '======================= anuga tests ================================='   
[9583]9print 'Changing to', os.getcwd() # This is now different from buildroot
[8129]10
[9583]11os.system('python test_all.py')
[8129]12
[9583]13os.chdir(buildroot)
[8949]14
Note: See TracBrowser for help on using the repository browser.