Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> Atoms > atomsCheckModule

atomsCheckModule

Check the given list of ATOMS modules

Syntax

isok = atomsCheckModule(modulenames)
isok = atomsCheckModule(modulenames, bVerbose)

Arguments

modulenames

mxn matrix of strings: the names of the modules to check

bVerbose

a 1-by-1 matrix of booleans, set to true to display messages

Description

atomsCheckModule Installs, loads, launches the tests and removes all the modules listed in modulenames.

Example

atomsCheckModule("scibench")
          atomsCheckModule(["apifun" "scibench"],%t)

See Also

  • atomsTest — Execute tests of given module installed
  • test_run — テストを実行
  • assert — assertモジュールの概要.

History

バージョン記述
5.4.0 This function was added in Scilab 5.4.0
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:35:45 CEST 2016