diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-11 20:51:21 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-04-11 20:51:21 (GMT) |
commit | 1d1e96f1dd7a6f7272260ad6f0e1b3a426e5c54c (patch) | |
tree | fab02c599fe9eabacd6eac4101ff6decb9e74b64 /test/Makefile.am | |
parent | c3c3c1e1426e4f2b8229ad8fe5cc4416a1156da5 (diff) | |
download | hdf5-1d1e96f1dd7a6f7272260ad6f0e1b3a426e5c54c.zip hdf5-1d1e96f1dd7a6f7272260ad6f0e1b3a426e5c54c.tar.gz hdf5-1d1e96f1dd7a6f7272260ad6f0e1b3a426e5c54c.tar.bz2 |
Some coding style changes.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 55b5a88..1b82aa4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -28,7 +28,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_builddir)/src # testlinks_env.sh: links_env # testexternal_env.sh: external_env # testflushrefresh.sh: flushrefresh -# testvds_env.sh: vds_env +# testvds_env.sh: vds_env # testswmr.sh: swmr* # testvdsswmr.sh: vds_swmr* # testabort_fail.sh: filenotclosed.c and del_many_dense_attrs.c @@ -63,7 +63,7 @@ TEST_PROG= testhdf5 \ flush1 flush2 app_ref enum set_extent ttsafe enc_dec_plist \ enc_dec_plist_cross_platform getname vfd ntypes dangle dtransform \ reserved cross_read freespace mf vds file_image unregister \ - cache_logging cork swmr vol_tst + cache_logging cork swmr vol # List programs to be built when testing here. # error_test and err_compat are built at the same time as the other tests, but executed by testerror.sh. |