diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2017-09-28 20:27:29 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2017-09-28 20:27:29 (GMT) |
commit | 81094ac3cfbf5785c0006516133d0dc34665b81c (patch) | |
tree | f13cd6e113cc4edf125bf47fe664bff8e194ce1a /testpar/Makefile.am | |
parent | b5446a9c638b5a95b8dfe132f646aa4358d2b539 (diff) | |
download | hdf5-81094ac3cfbf5785c0006516133d0dc34665b81c.zip hdf5-81094ac3cfbf5785c0006516133d0dc34665b81c.tar.gz hdf5-81094ac3cfbf5785c0006516133d0dc34665b81c.tar.bz2 |
The initial coding for the superblock read optization
Diffstat (limited to 'testpar/Makefile.am')
-rw-r--r-- | testpar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am index b0fe0cd..1f15830 100644 --- a/testpar/Makefile.am +++ b/testpar/Makefile.am @@ -23,7 +23,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/test # Test programs. These are our main targets. # -TEST_PROG_PARA=t_mpi t_bigio testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel +TEST_PROG_PARA=t_mpi t_bigio testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel check_PROGRAMS = $(TEST_PROG_PARA) |