Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vanja Vlasov
git.practice
Commits
2d879aa3
Commit
2d879aa3
authored
Jan 23, 2019
by
Laurent Heirendt
✈
Browse files
renaming test suite
parent
fe6e18b0
Changes
2
Show whitespace changes
Inline
Side-by-side
test/
verified
/test_myName.m
→
test/
suite
/test_myName.m
View file @
2d879aa3
File moved
test/testAll.m
View file @
2d879aa3
...
...
@@ -9,7 +9,7 @@ try
% save the userpath
originalUserPath
=
path
;
result
=
runtests
(
'./test/'
,
'Recursively'
,
true
,
'BaseFolder'
,
'*
verified
*'
);
result
=
runtests
(
'./test/'
,
'Recursively'
,
true
,
'BaseFolder'
,
'*
suite
*'
);
sumFailed
=
0
;
sumIncomplete
=
0
;
...
...
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