Eötvös Quantum Utilities
v4.9.146
Providing the Horsepowers in the Quantum Realm
|
Launches the automatic test procedure. More...
Go to the source code of this file.
Functions | |
function | automatic_test () |
Launches the automatic test procedure. First, source code functionalities are checked by processing the unit tests in directory 'UnitTests' and then larger computational tasks are performed via examples in directory 'Examples'. More... | |
function | getFilenum (directory) |
Determines the up-comming 'filenum' input. More... | |
function | runTest (fncname, directory) |
Runs the test for a specific example. More... | |
Launches the automatic test procedure.
First, source code functionalities are checked by processing the unit tests in directory 'UnitTests' and then larger computational tasks are performed via examples in directory 'Examples'
EQuUs v4.9 or later
Definition in file automatic_test.m.
function automatic_test | ( | ) |
Launches the automatic test procedure. First, source code functionalities are checked by processing the unit tests in directory 'UnitTests' and then larger computational tasks are performed via examples in directory 'Examples'.
function getFilenum | ( | directory | ) |
Determines the up-comming 'filenum' input.
directory | The absolut path to the directory containing the test case. |
function runTest | ( | fncname | , |
directory | |||
) |
Runs the test for a specific example.
fncname | The name of the exmaple to be started. |
directory | The absolut path to the directory containing the test case. |