~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/m2sci/tests/unit_tests/conversion/SIZE.tst

Tags: 5.3.0-1ubuntu1
* New upstream release
* URL in the watch file updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// =============================================================================
 
2
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
 
3
// Copyright (C) 2010 - DIGITEO - Vincent COUVERT <vincent.couvert@scilab.org>
 
4
//
 
5
//  This file is distributed under the same license as the Scilab package.
 
6
// =============================================================================
 
7
 
 
8
// <-- JVM NOT MANDATORY -->
 
9
// <-- ENGLISH IMPOSED -->
 
10
// <-- LONG TIME EXECUTION -->
 
11
 
 
12
// Unitary test for conversion of Matlab function: SIZE
 
13
 
 
14
exec("SCI/modules/m2sci/tests/unit_tests/utils/m2sciTestConversion.sci", -1);
 
15
 
 
16
if ~m2sciTestConversion("SIZE") then pause;end