// =============================================================================
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2010 - DIGITEO - Vincent COUVERT <vincent.couvert@scilab.org>
//
// This file is distributed under the same license as the Scilab package.
// =============================================================================
// <-- JVM NOT MANDATORY -->
// <-- ENGLISH IMPOSED -->
// <-- LONG TIME EXECUTION -->
// Unitary test for conversion of Matlab function: COS
exec("SCI/modules/m2sci/tests/unit_tests/utils/m2sciTestExecution.sci", -1);
if ~m2sciTestExecution("COS") then pause;end
|