Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
b107f384
Commit
b107f384
authored
Jul 15, 2013
by
Uwe Schulzweida
Browse files
test/Makefile.am: uncomment cksum_write_chunk_SOURCES
parent
4623aaf0
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/make_fint.c
View file @
b107f384
...
...
@@ -8,9 +8,12 @@
#include
<sys/types.h>
#include
<time.h>
#ifndef HAVE_GETLINE
#include
"getline.c"
#endif
//#include "config.h"
#define VERSION "1.6.1"
#define VERSION "1.6.1
.1
"
typedef
struct
{
size_t
naline
;
...
...
tests/Makefile.am
View file @
b107f384
...
...
@@ -10,7 +10,7 @@ check_PROGRAMS = test_grib cksum_write cksum_read pio_write \
#
test_grib_SOURCES
=
test_grib.c
cksum_write_SOURCES
=
cksum_write.c cksum.c cksum.h
cksum_write_chunk_SOURCES
=
cksum_write_chunkb main.c cksum.c cksum.h
#
cksum_write_chunk_SOURCES = cksum_write_chunkb main.c cksum.c cksum.h
cksum_read_SOURCES
=
cksum_read.c
\
var_cksum.c var_cksum.h
\
stream_cksum.c stream_cksum.h
\
...
...
tests/Makefile.in
View file @
b107f384
...
...
@@ -329,7 +329,7 @@ top_srcdir = @top_srcdir@
#
test_grib_SOURCES
=
test_grib.c
cksum_write_SOURCES
=
cksum_write.c cksum.c cksum.h
cksum_write_chunk_SOURCES
=
cksum_write_chunkb main.c cksum.c cksum.h
#
cksum_write_chunk_SOURCES = cksum_write_chunkb main.c cksum.c cksum.h
cksum_read_SOURCES
=
cksum_read.c
\
var_cksum.c var_cksum.h
\
stream_cksum.c stream_cksum.h
\
...
...
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