Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mdbnomics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DBnomics
mdbnomics
Commits
80224c91
Verified
Commit
80224c91
authored
1 year ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Testsuite: use older version of m-unit-tests for compatibility
parent
8fe81617
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#8398
failed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-3
0 additions, 3 deletions
.gitlab-ci.yml
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
5 deletions
.gitlab-ci.yml
+
0
−
3
View file @
80224c91
...
...
@@ -2,9 +2,6 @@ variables:
GIT_SUBMODULE_STRATEGY
:
normal
TERM
:
linux
before_script
:
-
git clone https://git.dynare.org/Dynare/m-unit-tests
test_matlab
:
stage
:
test
script
:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
80224c91
...
...
@@ -3,7 +3,7 @@ MATLAB ?= $(shell which matlab)
all
:
check-matlab
m-unit-tests/src/mtest.m
:
git clone https://git.dynare.org/Dynare/m-unit-tests
git clone https://git.dynare.org/Dynare/m-unit-tests
&&
cd
m-unit-tests
&&
git checkout 343d9e13654a07c348fad863f7f79a03896c6bc9
check-matlab
:
m-unit-tests/src/mtest.m
@$(
MATLAB
)
-nosplash
-nodisplay
-r
"addpath([pwd '/m-unit-tests/src']); cd tests; runalltests; quit"
&&
[
!
-f
./tests/failed
]
&&
[
-f
./tests/pass
]
...
...
@@ -11,4 +11,4 @@ check-matlab: m-unit-tests/src/mtest.m
check-clean
:
rm
-f
tests/
*
_test_
*
.m tests/
*
.csv tests/
*
.xls tests/
*
.xlsx tests/
*
.mat tests/failed tests/datafile_for_test
rm
-f
git.info git.last-commit-hash tests/pass tests/failed tests/
*
.spc
rm
-rf
m-unit-tests
\ No newline at end of file
rm
-rf
m-unit-tests
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment