Skip to content

Commit

Permalink
Include test folder in the AFE startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias May committed Dec 15, 2016
1 parent 04d942a commit f7d9601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion startAuditoryFrontEnd.m
Expand Up @@ -9,7 +9,8 @@
fullfile(basePath, 'src/Parameter_handling'), ...
fullfile(basePath, 'src/Processors'), ...
fullfile(basePath, 'src/Signals'), ...
fullfile(basePath, 'src/Tools') };
fullfile(basePath, 'src/Tools'), ...
fullfile(basePath, 'test')};
loadedPathes = strsplit( path, pathsep );
isNewPathIncluded = cellfun( @(np)(any( strcmp( np, loadedPathes ) )), newPathes );
newPathes = newPathes(~isNewPathIncluded);
Expand Down

0 comments on commit f7d9601

Please sign in to comment.