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
Marco Ratto
dynare
Commits
c6a17abc
Commit
c6a17abc
authored
Oct 01, 2018
by
Sébastien Villemot
Browse files
Testsuite: suppress MATLAB splash screen when generating .m.tls file
parent
59642c33
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
c6a17abc
...
...
@@ -909,7 +909,7 @@ check-octave: $(O_XFAIL_TRS_FILES) $(O_TRS_FILES)
%.m.tls
:
%.m
@
echo
"
`
tput bold
``
tput setaf 8
`
MATLAB:
$(CURDIR)
/
$*
...
`
tput sgr0
`
"
@
TOP_TEST_DIR
=
"
$(CURDIR)
"
FILESTEM
=
"
$*
"
\
$(MATLAB)
/bin/matlab
-nosplash
-nodisplay
-r
run_m_script
2>
/dev/null
$(MATLAB)
/bin/matlab
-nosplash
-nodisplay
-r
run_m_script
>
/dev/null
2>&1
@
touch
$*
.m.tls
@
echo
"
`
tput bold
`
MATLAB
`
tput setaf 8
`
:
$(CURDIR)
/
$*
Done!
`
tput sgr0
`
"
...
...
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