Eötvös Quantum Utilities  v4.9.146
Providing the Horsepowers in the Quantum Realm
Functions
automatic_test.m File Reference

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...
 

Detailed Description

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'

Available

EQuUs v4.9 or later

Definition in file automatic_test.m.

Function Documentation

◆ automatic_test()

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'.

◆ getFilenum()

function getFilenum ( directory  )

Determines the up-comming 'filenum' input.

Parameters
directoryThe absolut path to the directory containing the test case.
Returns
Returns with the next filenum value to run the test case.

◆ runTest()

function runTest ( fncname  ,
directory   
)

Runs the test for a specific example.

Parameters
fncnameThe name of the exmaple to be started.
directoryThe absolut path to the directory containing the test case.