Home > matpower7.1 > mptest > lib > t > test_everything_ex1.m

test_everything_ex1

PURPOSE ^

SYNOPSIS ^

function test_everything_ex1(verbose)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function test_everything_ex1(verbose)
0002 if nargin < 1
0003 verbose = 0;
0004 end
0005 tests = {};
0006 tests{end+1} = 'mptest_ex1';
0007 tests{end+1} = 't_test_fcns';
0008 
0009 t_run_tests( tests, verbose );

Generated on Fri 09-Oct-2020 11:21:31 by m2html © 2005