Skip to content
Snippets Groups Projects
Verified Commit 709e1081 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix path in check-octave

parent 76bff6b4
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ m-unit-tests/src/mtest.m: ...@@ -8,7 +8,7 @@ m-unit-tests/src/mtest.m:
check-octave: m-unit-tests/src/mtest.m check-octave: m-unit-tests/src/mtest.m
@cd src/subroutines;\ @cd src/subroutines;\
$(OCTAVE) --no-init-file --silent --no-history --eval "addpath([pwd() '/../m-unit-tests/src']); runalltests" && [ ! -f ./failed ] && [ -f ./pass ] $(OCTAVE) --no-init-file --silent --no-history --eval "addpath([pwd() '/../../m-unit-tests/src']); runalltests" && [ ! -f ./failed ] && [ -f ./pass ]
check-matlab: m-unit-tests/src/mtest.m check-matlab: m-unit-tests/src/mtest.m
@$(MATLAB) -nosplash -nodisplay -r "addpath([pwd '/m-unit-tests/src']); cd src/subroutines; runalltests; quit" && [ ! -f ./tests/failed ] && [ -f ./tests/pass ] @$(MATLAB) -nosplash -nodisplay -r "addpath([pwd '/m-unit-tests/src']); cd src/subroutines; runalltests; quit" && [ ! -f ./tests/failed ] && [ -f ./tests/pass ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment