Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
ced8d267
Commit
ced8d267
authored
8 years ago
by
testcdash Nicolas Bellot
Committed by
hhakim
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
header batch file
parent
447f2a0e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/test/tools/windows_test_matlab.bat
+44
-0
44 additions, 0 deletions
misc/test/tools/windows_test_matlab.bat
with
44 additions
and
0 deletions
misc/test/tools/windows_test_matlab.bat
+
44
−
0
View file @
ced8d267
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::: Description: ::::
:::: batch script to run matlab test. Take 2 arguments : ::::
:::: -1st arg is a char representing the list of matlab command that will ::::
:::: be executed ::::
:::: -2nd arg is the name of the text file ::::
:::: where all the display in the matlab command window will be written in ::::
:::: in order to display this file into the current terminal ::::
:::: ::::
:::: For more information on the FAuST Project, please visit the website ::::
:::: of the project : <http://faust.gforge.inria.fr> ::::
:::: ::::
:::: License: ::::
:::: Copyright (2016): Nicolas Bellot, Adrien Leman, Thomas Gautrais, ::::
:::: Luc Le Magoarou, Remi Gribonval ::::
:::: INRIA Rennes, FRANCE ::::
:::: http://www.inria.fr/ ::::
:::: ::::
:::: The FAuST Toolbox is distributed under the terms of the GNU Affero ::::
:::: General Public License. ::::
:::: This program is free software: you can redistribute it and/or modify ::::
:::: it under the terms of the GNU Affero General Public License as ::::
:::: published by the Free Software Foundation. ::::
:::: ::::
:::: This program is distributed in the hope that it will be useful, but ::::
:::: WITHOUT ANY WARRANTY; without even the implied warranty of ::::
:::: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ::::
:::: See the GNU Affero General Public License for more details. ::::
:::: ::::
:::: You should have received a copy of the GNU Affero General Public ::::
:::: License along with this program. ::::
:::: If not, see <http://www.gnu.org/licenses/>. ::::
:::: ::::
:::: Contacts: ::::
:::: Nicolas Bellot : nicolas.bellot@inria.fr ::::
:::: Adrien Leman : adrien.leman@inria.fr ::::
:::: Thomas Gautrais : thomas.gautrais@inria.fr ::::
:::: Luc Le Magoarou : luc.le-magoarou@inria.fr ::::
:::: Remi Gribonval : remi.gribonval@inria.fr ::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@ECHO
OFF
:: par defaut le test est bon
...
...
@@ -19,6 +59,10 @@ set matlab_command=%matlab_command_begin%%matlab_command_core%%matlab_command_en
::echo TEST : %test%
::transform the "@" character into ","
set
matlab_command
=
%matlab
_command:@
=,
%
::transform the "$" character into ";"
...
...
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