Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
1b7ef57c
Commit
1b7ef57c
authored
Oct 16, 2019
by
Oliver Heidmann
Browse files
tests: added subfolder for test executions without correctness check
parent
b41e1170
Changes
3
Hide whitespace changes
Inline
Side-by-side
test/executeOnly/Makefile.am
0 → 100644
View file @
1b7ef57c
TESTS
=
Splitsel.test
test/executeOnly/README
0 → 100644
View file @
1b7ef57c
11.10.2019 Oliver Heidmann
Test inside this folder do not contain any special tests for correctness of the operator
and only checks wheather a general execution of this operator runs withough generating an
error
test/executeOnly/Splitsel.test.in
0 → 100644
View file @
1b7ef57c
#! @BASH@
echo 0..1
test -n "$CDO" || CDO="@abs_top_builddir@/src/cdo $CDO_DEBUG"
FORMAT="-f grb -b 32"
STATS="splitsel"
NTEST=1
CDOTEST=""
for STAT in $STATS; do
echo "Running test: $NTEST - splitsel $CDOTEST"
$CDO $FORMAT ${STAT},1 -topo out.splitsel.test.file
test $? -eq 0 && echo "ok $NTEST - $CDOTEST"
test $? -eq 0 || echo "not ok $NTEST - $CDOTEST"
done
rm -rf *out.splitsel.test.file
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