diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2015-09-16 19:55:38 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2015-09-16 19:55:38 (GMT) |
commit | d23cc2da70510d5c52216234b5d2a7b292a3ab30 (patch) | |
tree | 55d0caf28a8a06823ca0c54690f2ab365fbc6710 /test/Makefile.am | |
parent | 52ac462e7c7af08f176e0772914fa16d815d7e16 (diff) | |
download | hdf5-d23cc2da70510d5c52216234b5d2a7b292a3ab30.zip hdf5-d23cc2da70510d5c52216234b5d2a7b292a3ab30.tar.gz hdf5-d23cc2da70510d5c52216234b5d2a7b292a3ab30.tar.bz2 |
[svn-r27806] Fix property list serialization for values encoded by H5Pset_chunk_cache to be
compatible between 32 and 64 bit systems.
Expand cross platform property list encode/decode testing.
Fix warning in H5P__fill_value_enc.
Tested: jam, koala, ostrich (h5committest), ummon
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b5ebcf3..51c8ff0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -44,7 +44,7 @@ TEST_PROG= testhdf5 lheap ohdr stab gheap cache cache_api cache_tagging \ pool accum hyperslab istore bittests dt_arith \ dtypes dsets cmpd_dset filter_fail extend external efc objcopy links unlink \ big mtime fillval mount flush1 flush2 app_ref enum \ - set_extent ttsafe enc_dec_plist enc_dec_plist_with_endianess\ + set_extent ttsafe enc_dec_plist enc_dec_plist_cross_platform\ getname vfd ntypes dangle dtransform reserved cross_read \ freespace mf farray earray btree2 fheap file_image unregister |