Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Nikola de Lange
git.practice
Commits
1f868ff6
Commit
1f868ff6
authored
Jan 23, 2019
by
Laurent Heirendt
✈
Browse files
fixing path
parent
d66bfe7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/testAll.m
View file @
1f868ff6
% include the root folder and all subfolders.
addpath
(
genpath
(
[
pwd
filesep
'test'
]
));
addpath
(
genpath
(
pwd
));
try
...
...
test/verified/test_myName.m
View file @
1f868ff6
% Test file
addpath
(
genpath
(
'../src/'
))
% add this folder and all subfolders to the path
c
=
addTwoNumbers_myName
(
1
,
2
)
% test if the addition function works as expected
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment