From: <par...@us...> - 2010-08-18 12:27:21
|
Revision: 7552 http://octave.svn.sourceforge.net/octave/?rev=7552&view=rev Author: paramaniac Date: 2010-08-18 12:27:15 +0000 (Wed, 18 Aug 2010) Log Message: ----------- control: doc test_control.m Modified Paths: -------------- trunk/octave-forge/main/control/DESCRIPTION trunk/octave-forge/main/control/INDEX trunk/octave-forge/main/control/inst/test_control.m Modified: trunk/octave-forge/main/control/DESCRIPTION =================================================================== --- trunk/octave-forge/main/control/DESCRIPTION 2010-08-18 12:06:26 UTC (rev 7551) +++ trunk/octave-forge/main/control/DESCRIPTION 2010-08-18 12:27:15 UTC (rev 7552) @@ -1,6 +1,6 @@ Name: Control -Version: 0.3.1 -Date: 2010-04-18 +Version: 0.3.2 +Date: 2010-08-18 Author: Lukas Reichlin <luk...@gm...> Maintainer: Lukas Reichlin <luk...@gm...> Title: LTI Syncope Modified: trunk/octave-forge/main/control/INDEX =================================================================== --- trunk/octave-forge/main/control/INDEX 2010-08-18 12:06:26 UTC (rev 7551) +++ trunk/octave-forge/main/control/INDEX 2010-08-18 12:27:15 UTC (rev 7552) @@ -96,4 +96,6 @@ Octave-only isctrb isobsv - @lti/mconnect \ No newline at end of file + @lti/mconnect +Tests + test_control \ No newline at end of file Modified: trunk/octave-forge/main/control/inst/test_control.m =================================================================== --- trunk/octave-forge/main/control/inst/test_control.m 2010-08-18 12:06:26 UTC (rev 7551) +++ trunk/octave-forge/main/control/inst/test_control.m 2010-08-18 12:27:15 UTC (rev 7552) @@ -1,5 +1,29 @@ -## execute all available tests at once +## Copyright (C) 2010 Lukas F. Reichlin +## +## This file is part of LTI Syncope. +## +## LTI Syncope is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## LTI Syncope is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program. If not, see <http://www.gnu.org/licenses/>. +## -*- texinfo -*- +## @deftypefn {Script File} test_control +## Execute all available tests at once. +## @end deftypefn + +## Author: Lukas Reichlin <luk...@gm...> +## Created: May 2010 +## Version: 0.1 + test ltimodels test hinfsyn test h2syn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |