Skip to content

Commit

Permalink
moved bm_file.c
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 17, 2019
1 parent a3ca0e4 commit e391a9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nc_perf/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ LDADD = ${top_builddir}/liblib/libnetcdf.la
# tst_ar4_3d tst_ar4_4d bm_many_objs tst_h_many_atts bm_many_atts \
# tst_files2 tst_files3 tst_mem tst_knmi bm_netcdf4_recs tst_wrf_reads \
# tst_attsperf
check_PROGRAMS = tst_create_files
check_PROGRAMS = tst_create_files bm_file

bm_file_SOURCES = bm_file.c tst_utils.c
# bm_netcdf4_recs_SOURCES = bm_netcdf4_recs.c tst_utils.c
# bm_many_atts_SOURCES = bm_many_atts.c tst_utils.c
# bm_many_objs_SOURCES = bm_many_objs.c tst_utils.c
Expand All @@ -34,7 +35,6 @@ check_PROGRAMS = tst_create_files
# tst_files2_SOURCES = tst_files2.c tst_utils.c
# tst_ar4_SOURCES = tst_ar4.c tst_utils.c
# tst_h_many_atts_SOURCES = tst_h_many_atts.c tst_utils.c
# bm_file_SOURCES = bm_file.c tst_utils.c
# tst_knmi_SOURCES = tst_knmi.c tst_utils.c
# tst_wrf_reads_SOURCES = tst_wrf_reads.c tst_utils.c

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e391a9b

Please sign in to comment.