TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
unitTesting.m
Go to the documentation of this file.
1 %Runs the tests of the TEAP lib
2 %NB: runTests.sh should be called instead
3 
4 init
5 
6 allPaths = genpath('.');
7 allPathsSplitted = strsplit(allPaths, ':');
8 for path = allPathsSplitted
9  runtests(path{1})
10 end
11