diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-12-06 15:58:59 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-12-06 15:58:59 (GMT) |
commit | 7dfeab4863a25a79999fa1e5ede12a1aa685ca97 (patch) | |
tree | cb7ad757e9dcf67e687335a9cb6726d6e2a873f2 /testpar/Makefile.am | |
parent | c62aaaff46415c04a898ce90dcd841bdca97ca58 (diff) | |
download | hdf5-7dfeab4863a25a79999fa1e5ede12a1aa685ca97.zip hdf5-7dfeab4863a25a79999fa1e5ede12a1aa685ca97.tar.gz hdf5-7dfeab4863a25a79999fa1e5ede12a1aa685ca97.tar.bz2 |
Fixed PR issues pointed out by Allen
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 0e7898e..0cdba24 100644 --- a/testpar/Makefile.am +++ b/testpar/Makefile.am @@ -30,7 +30,7 @@ check_SCRIPTS = $(TEST_SCRIPT_PARA) # Test programs. These are our main targets. # -TEST_PROG_PARA=t_mpi t_bigio testphdf5 t_cache t_cache_image t_pread 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_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel t_2Gio # t_pflush1 and t_pflush2 are used by testpflush.sh check_PROGRAMS = $(TEST_PROG_PARA) t_pflush1 t_pflush2 |