1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2009 - DIGITEO - Pierre MARECHAL <pierre.marechal@scilab.org>
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- CLI SHELL MODE -->
8 // <-- ENGLISH IMPOSED -->
9 load("SCI/modules/atoms/macros/atoms_internals/lib");
10 // If previous test did not end properly, restore, else backup config file
11 atomsRestoreConfig(%T);
13 // Do not use the autoload system
14 atomsSetConfig("autoloadAddAfterInstall","False");
15 atomsSetConfig("Verbose" ,"False");
16 // Load the 1st scenario : See scene10.test.atoms.scilab.org.txt
17 // =============================================================================
18 atomsRepositorySetOfl("http://scene10.6.0.test.atoms.scilab.org");
19 Scanning repository http://scene10.6.0.test.atoms.scilab.org ... Done
20 // Install the toolbox 5
21 // =============================================================================
22 atomsInstall("toolbox_3V6");
23 atomsShow("toolbox_3V6");
25 Title : Toolbox Test 3 for Scilab 6
26 Summary : Toolbox Test 3 for Scilab 6
28 Depend : toolbox_2V6 (>= 2.0)
30 Author(s) : vincent.couvert@scilab-enterprises.com
31 Maintainer(s) : Vincent Couvert <vincent.couvert@scilab-enterprises.com>
32 Entity : Scilab Enterprises
33 WebSite : http://forge.scilab.org/index.php/p/atoms-tests/
35 Scilab Version : >= 6.0
37 Automatically Installed : no
38 Install Directory : SCI\contrib\toolbox_3V6\1.0-1
39 Description : Test the Atoms system
41 It contains 4 functions :
46 atomsRemove("toolbox_3V6");
47 // Restore original values
48 // =============================================================================
49 atomsRestoreConfig(%T);
50 atomsRepositorySetOfl(mgetl(SCI+"/modules/atoms/tests/unit_tests/repositories.orig"));
51 Scanning repository http://atoms.scilab.org/6.0 ... Done