File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 33% Travis file system looks like this:
44% ./ ** RTB is unpacked at this level, not its own folder
55% ./unit_test ** WORKING folder
6- % ./lib/toolbox- common
7- % ./lib/spatial-math-toolbox
6+ % ./lib/common
7+ % ./lib/spatial-math
88
99%% set up the test runner
1010import matlab .unittest .plugins .CodeCoveragePlugin
3838addpath ../simulink
3939
4040% path
41- system(' mount' );
41+ % system('mount');
4242
43- originalDir = pwd
43+ originalDir = pwd ; % this is the working dir, unit_test folder
4444
4545% build the Java classes
4646fprintf(' ---------------------------------- Build Java classes ------------------------------------\n ' )
5555check
5656
5757cd(originalDir )
58+ addpath ../mex
5859
5960%% Run all unit tests in my repository
6061fprintf(' ---------------------------------- Run the unit tests ------------------------------------\n ' )
6768%% Build the toolbox distribution file
6869fprintf(' ---------------------------------- Build the MLTBX file ------------------------------------\n ' )
6970cd ..
71+ addpath demos
72+ addpath examples
73+ addpath Apps
74+
7075matlab .addons .toolbox .packageToolbox(' PackageToolbox.prj' )
You can’t perform that action at this time.
0 commit comments