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