source: anuga_core/test_all.py @ 4907

Last change on this file since 4907 was 4802, checked in by ole, 17 years ago

Added auto validations to distribution (ticket:207) and
updated installation guide as well as test_all

Changes to

File size: 693 bytes
RevLine 
[2302]1import os
2
3buildroot = os.getcwd()
[2549]4
[3516]5os.chdir('source')
6os.chdir('anuga')
[2550]7   
[2389]8print 'Changing to', os.getcwd() #This is now different from buildroot   
[2302]9
10execfile('test_all.py')
11
[4802]12print
13print '************************** NOTE *************************************'
14print 'If all unit tests passed you should run the suite of validation tests'
15print 'Go to the directory anuga_validation/automated_validation_tests'
16print 'and run'
17print '    python validate_all.py'
18print
19print 'These tests will take a few hours and will verify that ANUGA'
20print 'produces the physical results expected.'
21print '*********************************************************************'
22
[2302]23   
Note: See TracBrowser for help on using the repository browser.