Scilab 6.0.0
- Aide de Scilab
- ATOMS
- Getting started
- Functions Summary
- atomsAutoload
- atomsAutoloadAdd
- atomsAutoloadDel
- atomsAutoloadList
- atomsCategoryList
- atomsCheckModule
- atomsDepTreeShow
- atomsGetConfig
- atomsGetInstalled
- atomsGetInstalledPath
- atomsGetLoaded
- atomsGetLoadedPath
- atomsInstall
- atomsIsInstalled
- atomsIsLoaded
- atomsList
- atomsLoad
- atomsQuit
- atomsRemove
- atomsRepositoryAdd
- atomsRepositoryDel
- atomsRepositoryList
- atomsRestoreConfig
- atomsSaveConfig
- atomsSearch
- atomsSetConfig
- atomsShow
- atomsSystemInit
- atomsSystemUpdate
- atomsTest
- atomsUpdate
- atomsVersion
Aide de 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 — Lance les tests unitaires et de non régression présents dans un module ou dans un répertoire. La passe de test vérifie d'abord que le test s'exécute sans erreur, puis que la sortie console (fichier dia) est conforme à un fichier de référence préalablement généré (fichier dia.ref).
- assert — An overview of the Assert module.
History
Version | Description |
5.4.0 | This function was added in Scilab 5.4.0 |
Comments
Add a comment:
Please login to comment this page.