Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dseries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sébastien Villemot
dseries
Commits
00b2ba6a
Verified
Commit
00b2ba6a
authored
Dec 22, 2018
by
Stéphane Adjemian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted last change done in Makefile.
parent
85ac9e79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
19 deletions
+6
-19
Makefile
Makefile
+6
-19
No files found.
Makefile
View file @
00b2ba6a
...
...
@@ -3,25 +3,12 @@ MATLAB=`which matlab`
all
:
check-octave check-matlab
check-octave
:
check-octave-dseries check-octave-dates
check-octave
:
@
cd
tests
;
\
$(OCTAVE)
--no-init-file
--silent
--no-history
--eval
"addpath([pwd() '/../m-unit-tests/src']); runalltests"
&&
[
!
-f
./failed
]
&&
[
-f
./pass
]
check-matlab
:
check-matlab-dseries check-matlab-dates
check-octave-dseries
:
@
cd
tests/dseries
;
\
$(OCTAVE)
--no-init-file
--silent
--no-history
--eval
"addpath([pwd() '/../../m-unit-tests/src']); runalltests"
&&
[
!
-f
./failed
]
&&
[
-f
./pass
]
check-octave-dates
:
@
cd
tests/dates
;
\
$(OCTAVE)
--no-init-file
--silent
--no-history
--eval
"addpath([pwd() '/../../m-unit-tests/src']); runalltests"
&&
[
!
-f
./failed
]
&&
[
-f
./pass
]
check-matlab-dseries
:
@
$(MATLAB)
-nosplash
-nodisplay
-r
"addpath m-unit-tests/src; cd tests/dseries; runalltests; quit"
&&
[
!
-f
./tests/failed
]
&&
[
-f
./tests/pass
]
check-matlab-dates
:
@
$(MATLAB)
-nosplash
-nodisplay
-r
"addpath m-unit-tests/src; cd tests/dates; runalltests; quit"
&&
[
!
-f
./tests/failed
]
&&
[
-f
./tests/pass
]
check-matlab
:
@
$(MATLAB)
-nosplash
-nodisplay
-r
"addpath m-unit-tests/src; cd tests; runalltests; quit"
&&
[
!
-f
./tests/failed
]
&&
[
-f
./tests/pass
]
check-clean
:
rm
-f
tests/dseries/
*
_test_
*
.m tests/dseries/
*
.csv tests/dseries/
*
.xls tests/dseries/
*
.xlsx tests/dseries/
*
.mat tests/dseries/failed tests/dseries/datafile_for_test
rm
-f
tests/dates/
*
_test_
*
.m tests/dates/
*
.csv tests/dates/
*
.xls tests/dates/
*
.xlsx tests/dates/
*
.mat tests/dates/failed tests/dates/datafile_for_test
rm
-f
tests/
*
_test_
*
.m tests/
*
.csv tests/
*
.xls tests/
*
.xlsx tests/
*
.mat tests/failed tests/datafile_for_test
Write
Preview
Markdown
is supported
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