diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2020-06-23 18:59:57 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2020-06-23 18:59:57 (GMT) |
commit | 72268e7d677584674c25190bacb3dd3162c41e2a (patch) | |
tree | dd12a6023cb5f8a23b6129b87186c359ac1c647e /testpar | |
parent | 5e02da94f11742aa246eb284c964709d97404d3d (diff) | |
download | hdf5-72268e7d677584674c25190bacb3dd3162c41e2a.zip hdf5-72268e7d677584674c25190bacb3dd3162c41e2a.tar.gz hdf5-72268e7d677584674c25190bacb3dd3162c41e2a.tar.bz2 |
Update Makefile.am files and fix issues unearthed by building with autotools
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am index 4509945..9f8eca9 100644 --- a/testpar/Makefile.am +++ b/testpar/Makefile.am @@ -30,7 +30,8 @@ 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 t_2Gio +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_subfile_openclose # t_pflush1 and t_pflush2 are used by testpflush.sh check_PROGRAMS = $(TEST_PROG_PARA) t_pflush1 t_pflush2 |