source: trunk/anuga_core/source/anuga_validation_tests/utilities.py @ 8802

Last change on this file since 8802 was 8802, checked in by mungkasi, 12 years ago

New bibliography and adding produce_report in the anuga_validation_tests folder.

File size: 259 bytes
Line 
1#! /usr/bin/python
2
3
4__author__="stephen"
5__date__ ="$20/08/2012 11:20:00 PM$"
6
7
8def run_validation_script(script):
9    from fabricate import run
10    from validation_tests.parameters import alg,cfl
11    run('python', script,  '-alg', alg, '-cfl', cfl)
12
13   
14
15
Note: See TracBrowser for help on using the repository browser.