Mercurial > hg > ltpda
diff m-toolbox/test/repo_tests/run_repo_tests.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/m-toolbox/test/repo_tests/run_repo_tests.m Wed Nov 23 19:22:13 2011 +0100 @@ -0,0 +1,20 @@ +% A simple script to run all the repository test scripts from a single +% database connection. +% +% M Hewitson 24-02-08 +% +% $Id: run_repo_tests.m,v 1.7 2008/11/14 09:51:55 hewitson Exp $ +% + +clear all; + +conn = utils.mysql.connect('130.75.117.63', 'ltpda_test'); + +test_ao(conn) +test_mfir(conn) +test_miir(conn) +% test_plist(conn) +test_pzmodel(conn) +test_timespan(conn) + +close(conn);