1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2011 - DIGITEO - Vincent COUVERT
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- NO CHECK ERROR OUTPUT -->
8 // <-- ENGLISH IMPOSED -->
9 // Test the toolbox skeleton in SCI/contrib/
10 // - Building/Compilation
13 // Scilab external module skeleton
14 status = copyfile(SCI + "/contrib/toolbox_skeleton/", TMPDIR + "/toolbox_skeleton/");
15 assert_checkequal(status, 1);
16 exec("TMPDIR/toolbox_skeleton/builder.sce");
18 -- Creation of [toolbox_skeletonlib] (Macros) --
19 genlib: Processing file: scilab_sum.sci
20 genlib: Regenerate names and lib
22 Generate a loader file
26 Building shared library (be patient)
27 Generate a cleaner file
28 Generate a loader file
33 Compilation of multiplybypi.c
34 Building shared library (be patient)
35 Generate a cleaner file
37 Generate a gateway file
38 Generate a loader file
41 Compilation of sci_fsum.c
42 Compilation of skeleton_fortran.c
43 Building shared library (be patient)
44 Generate a cleaner file
45 Generate a gateway file
46 Generate a loader file
49 Compilation of sci_csub.c
50 Compilation of sci_csum.c
51 Compilation of sci_foo.c
52 Compilation of sci_multiplybypi.c
53 Compilation of skeleton_c.c
54 Building shared library (be patient)
55 Generate a cleaner file
56 Generate a gateway file
57 Generate a loader file
60 Compilation of sci_cpp_find.cxx
61 Compilation of skeleton_cpp.c
62 Building shared library (be patient)
63 Generate a cleaner file
64 Generating loader_gateway.sce...
65 Generating cleaner_gateway.sce...
68 Building the master document:
69 TMPDIR\toolbox_skeleton\help\en_US
71 Building the manual file [javaHelp] in TMPDIR\toolbox_skeleton\help\en_US.
73 Building the master document:
74 TMPDIR\toolbox_skeleton\help\fr_FR
76 Building the manual file [javaHelp] in TMPDIR\toolbox_skeleton\help\fr_FR.
77 Generating loader.sce...
78 Generating unloader.sce...
79 Generating cleaner.sce...
80 exec("TMPDIR/toolbox_skeleton/loader.sce");
81 Start Toolbox skeleton
86 test_run("TMPDIR/toolbox_skeleton/", [], "short_summary");
87 001/001 - [TMPDIR/toolbox_skeleton/] :
89 001/003 - [TMPDIR/toolbox_skeleton/] c_sum...................passed
90 002/003 - [TMPDIR/toolbox_skeleton/] fortran_sum.............passed
91 003/003 - [TMPDIR/toolbox_skeleton/] scilab_sum..............passed
94 --------------------------------------------------------------------------
95 Tests: 3, Passed: 3, Failed: 0, Skipped: 0
96 --------------------------------------------------------------------------