Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
mpim-sw
libcdi
Commits
c59d877e
Commit
c59d877e
authored
3 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Rename 'test_chunk_cksum' to 'test_cksum_nc_chunk' for consistency.
parent
3539c06d
No related branches found
No related tags found
2 merge requests
!34
Version 2.2.0
,
!13
Consolidation with CDI-PIO (develop)
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
tests/Makefile.am
+1
-1
1 addition, 1 deletion
tests/Makefile.am
tests/test_cksum_nc_chunk.in
+0
-0
0 additions, 0 deletions
tests/test_cksum_nc_chunk.in
with
3 additions
and
3 deletions
.gitignore
+
1
−
1
View file @
c59d877e
...
...
@@ -49,7 +49,6 @@ Makefile.in
/tests/test_byteswap_run
/tests/test_cdf_const
/tests/test_cdf_transformation
/tests/test_chunk_cksum
/tests/test_cksum_extra
/tests/test_cksum_grib
/tests/test_cksum_grib2
...
...
@@ -57,6 +56,7 @@ Makefile.in
/tests/test_cksum_nc
/tests/test_cksum_nc2
/tests/test_cksum_nc4
/tests/test_cksum_nc_chunk
/tests/test_cksum_service
/tests/test_f2003
/tests/test_resource_copy_mpi_run
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
c59d877e
...
...
@@ -668,7 +668,6 @@ AC_CONFIG_FILES([
tests/test_byteswap_run
tests/test_cdf_const
tests/test_cdf_transformation
tests/test_chunk_cksum
tests/test_cksum_extra
tests/test_cksum_grib
tests/test_cksum_grib2
...
...
@@ -676,6 +675,7 @@ AC_CONFIG_FILES([
tests/test_cksum_nc
tests/test_cksum_nc2
tests/test_cksum_nc4
tests/test_cksum_nc_chunk
tests/test_cksum_service
tests/test_f2003
tests/test_resource_copy_mpi_run
...
...
This diff is collapsed.
Click to expand it.
tests/Makefile.am
+
1
−
1
View file @
c59d877e
...
...
@@ -17,7 +17,6 @@ TESTS = \
test_byteswap_run
\
test_cdf_const
\
test_cdf_transformation
\
test_chunk_cksum
\
test_cksum_extra
\
test_cksum_grib
\
test_cksum_grib2
\
...
...
@@ -25,6 +24,7 @@ TESTS = \
test_cksum_nc
\
test_cksum_nc2
\
test_cksum_nc4
\
test_cksum_nc_chunk
\
test_cksum_service
\
test_f2003
\
test_month_adjust
\
...
...
This diff is collapsed.
Click to expand it.
tests/test_c
hunk_cksum
.in
→
tests/test_c
ksum_nc_chunk
.in
+
0
−
0
View file @
c59d877e
File moved
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