Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sébastien Villemot
dseries
Commits
925935c9
Commit
925935c9
authored
Sep 14, 2018
by
Stéphane Adjemian
Browse files
Fixed addpath in octave target.
parent
de8d7abf
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
925935c9
...
...
@@ -5,7 +5,7 @@ all: check-octave check-matlab
check-octave
:
@
cd
tests
;
\
$(OCTAVE)
--no-init-file
--silent
--no-history
--eval
"addpath
../m-unit-tests/src; runalltests"
$(OCTAVE)
--no-init-file
--silent
--no-history
--eval
"addpath
([pwd() '/
../m-unit-tests/src
'])
; runalltests"
check-matlab
:
@
$(MATLAB)
-nosplash
-nodisplay
-r
"addpath m-unit-tests/src; cd tests; runalltests; quit"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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