% Run non-dir non-local autogen tests
0001 %% Run non-dir non-local autogen tests 0002 0003 %% Rename autogen_newSave to autogen 0004 finalDir = fullfile(dsGetConfig('ds_unitTestData_path'), 'autogen'); 0005 if ~exist(finalDir, 'dir') 0006 newDir = fullfile(dsGetConfig('ds_unitTestData_path'), 'autogen_newSave'); 0007 movefile(newDir, finalDir); 0008 end 0009 0010 %% Run tests 0011 result = runtests('dsUnitTest_autogen_all', 'UseParallel', true);