1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
// =============================================================================
// 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: SETSTR
exec("SCI/modules/m2sci/tests/unit_tests/utils/m2sciTestExecution.sci", -1);
if ~m2sciTestExecution("SETSTR") then bugmes();quit;end
****** Beginning of mfile2sci() session ******
File to convert: SCI/modules/m2sci/tests/unit_tests/mfiles/SETSTR.m
Result file path: TMPDIR/
Recursive mode: OFF
Only double values used in M-file: NO
Verbose mode: 0
Generate formated code: YES
M-file reading...
M-file reading: Done
Syntax modification...
Syntax modification: Done
Macro to tree conversion...
Conversion of M-tree...
Conversion of M-tree: Done
Macro to tree conversion: Done
****** End of mfile2sci() session ******
res30: [2,1] <> [2,12]
res29: [3,1] <> [3,4]
res28: [1,1] <> [1,12]
res27: [1,1] <> [1,4]
res25: [2,1] <> [2,12]
res24: [3,1] <> [3,4]
res23: [1,1] <> [1,12]
res22: [1,1] <> [1,4]
res20: [2,1] <> [2,12]
res19: [3,1] <> [3,4]
res18: [1,1] <> [1,12]
res17: [1,1] <> [1,4]
res15: [2,1] <> [2,3]
res13: [1,1] <> [1,3]
res11: [2,1] <> [2,3]
res9: [1,1] <> [1,3]
res7: [2,1] <> [2,3]
res5: [1,1] <> [1,3]
res3: [1,1] <> [0,0]
res2: [1,1] <> [0,0]
res1: [1,1] <> [0,0]
|