1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2010 - DIGITEO - Vincent COUVERT <vincent.couvert@scilab.org>
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- CLI SHELL MODE -->
8 // <-- ENGLISH IMPOSED -->
9 // <-- LONG TIME EXECUTION -->
10 // Unitary test for conversion of Matlab function: ISPC
11 exec("SCI/modules/m2sci/tests/unit_tests/utils/m2sciTestConversionNoExe.sci", -1);
12 mprintf("%s\n", m2sciTestConversionNoExe("ISPC"));
13 ****** Beginning of mfile2sci() session ******
14 File to convert: SCI/modules/m2sci/tests/unit_tests/mfilesnoexec/ISPC.m
15 Result file path: TMPDIR/
17 Only double values used in M-file: NO
19 Generate formatted code: YES
22 Syntax modification...
23 Syntax modification: Done
24 Macro to tree conversion...
25 Conversion of M-tree...
26 L.6: Unknown variable ispc is a M-file.
27 L.7: Unknown variable ispc is a M-file.
28 Conversion of M-tree: Done
29 TESTING M2SCI: creating varslist file...
30 Macro to tree conversion: Done
31 ****** End of mfile2sci() session ******
33 // Test file for function ispc()
35 // Matlab version: 7.0.0.19901 (R14)