diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2017-07-10 20:17:26 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2017-07-10 20:17:26 (GMT) |
commit | 0c4c562cc583fd814f26ba652cbcf82dc6d33cac (patch) | |
tree | ded7d31899b1609e4d07d07cd0bebfd79ec663a0 /testpar/Makefile.am | |
parent | 64d33e5e6e4b4270a3982c1be384cb41a0aa4c3b (diff) | |
download | hdf5-0c4c562cc583fd814f26ba652cbcf82dc6d33cac.zip hdf5-0c4c562cc583fd814f26ba652cbcf82dc6d33cac.tar.gz hdf5-0c4c562cc583fd814f26ba652cbcf82dc6d33cac.tar.bz2 |
Include code fixes and additional modifications pointed out by code reviewers
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 b87c1df..7029bd5 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 testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pshutdown t_prestart t_init_term t_shapesame +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 check_PROGRAMS = $(TEST_PROG_PARA) |