Home > functions > internal > unit-test > dsUnitRun_autogen_non_dirs.m

dsUnitRun_autogen_non_dirs

PURPOSE ^

% Run non-dir non-local autogen tests

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

% Run non-dir non-local autogen tests

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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);

Generated on Tue 12-Dec-2017 11:32:10 by m2html © 2005