Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
c8d33fc9
Commit
c8d33fc9
authored
Jan 31, 2019
by
thomas.forbriger
Browse files
croposp [WP]: use parameters in test case
parent
3c6ccba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/wf/testcases/Makefile.croposp
View file @
c8d33fc9
...
...
@@ -85,9 +85,17 @@ cpsd3.bin: cpsd3hd.bin
tijerasxx
-verbose
-overwrite
-iformat
bin
-oformat
bin
\
$(CPSD_TOPT3)
$@
$<
CPSD_NSEGMENTS
=
50
CPSD_OVERLAP
=
0.5
CPSD_DIVISOR
=
100
CPSD_PADFACTOR
=
5
psd.xxx
:
cpsd1.bin cpsd2.bin cpsd3.bin
croposp
--DEBUG
--verbose
--overwrite
--itype
bin
--trim
\
--log
10
\
--nsegments
=
$(CPSD_NSEGMENTS)
\
--divisor
=
$(CPSD_DIVISOR)
\
--padfactor
=
$(CPSD_PADFACTOR)
\
--overlap
=
$(CPSD_OVERLAP)
\
--datetolerance
0.1
-psd
$@
$^
psd.pdf
:
psd.xxx
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment