Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - Русский

Change language to:
English - Français - 日本語 - Português -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Справка 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 — runs unit tests and non-regression tests of a module or in a directory
  • assert — An overview of the Assert module.

History

ВерсияОписание
5.4.0 This function was added in Scilab 5.4.0
Report an issue
<< atomsCategoryList ATOMS atomsDepTreeShow >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 14 15:13:37 CET 2017