diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-02-05 21:25:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-02-05 21:25:30 (GMT) |
commit | 18e875f75fadc93a1c8132420f612e188933de85 (patch) | |
tree | 073b0c37e44d88b854593175362a869ff3b85c38 /tools/test/h5dump | |
parent | c7d04ee3afc579a078382820ef5f293877b284f7 (diff) | |
download | hdf5-18e875f75fadc93a1c8132420f612e188933de85.zip hdf5-18e875f75fadc93a1c8132420f612e188933de85.tar.gz hdf5-18e875f75fadc93a1c8132420f612e188933de85.tar.bz2 |
Fail configure if SZIP/ZLIB is requested but not found
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r-- | tools/test/h5dump/h5dumpgentest.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/test/h5dump/h5dumpgentest.c b/tools/test/h5dump/h5dumpgentest.c index cbbbcfa..946ca04 100644 --- a/tools/test/h5dump/h5dumpgentest.c +++ b/tools/test/h5dump/h5dumpgentest.c @@ -9529,15 +9529,13 @@ gent_intattrscalars(void) } /*------------------------------------------------------------------------- - * Function: gent_packedbits + * Function: gent_intsattrs * - * Purpose: Generate a file to be used in the h5dump packed bits tests. + * Purpose: Generate a file to be used in the h5dump tests. * Four datasets of 1, 2, 4 and 8 bytes of unsigned int types are created. * Four more datasets of 1, 2, 4 and 8 bytes of signed int types are created. * Fill them with raw data such that no bit will be all zero in a dataset. * A dummy dataset of double type is created for failure test. - * Created: Albert Cheng, 2010/5/10. - * Modified: Allen Byrne, 2011/1/5 Use file to test Signed/Unsigned datatypes *------------------------------------------------------------------------- */ static void |