diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:04:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:04:42 (GMT) |
commit | 5b562d9ce9b2945d0378b9c03e01f42923da80f4 (patch) | |
tree | 3fa67d9656f2b32330e3fe31996952f60f71cdb9 /tools/h5jam/testfiles | |
parent | b34423f620b470e1c5dc38cdd3abbd5fe8adc4ec (diff) | |
download | hdf5-5b562d9ce9b2945d0378b9c03e01f42923da80f4.zip hdf5-5b562d9ce9b2945d0378b9c03e01f42923da80f4.tar.gz hdf5-5b562d9ce9b2945d0378b9c03e01f42923da80f4.tar.bz2 |
Split tools into src and test - remove folders
Diffstat (limited to 'tools/h5jam/testfiles')
-rw-r--r-- | tools/h5jam/testfiles/h5jam-help.txt | 24 | ||||
-rw-r--r-- | tools/h5jam/testfiles/h5jam-ub-nohdf5.txt | 2 | ||||
-rw-r--r-- | tools/h5jam/testfiles/h5unjam-help.txt | 27 | ||||
-rw-r--r-- | tools/h5jam/testfiles/tall.h5 | bin | 9968 -> 0 bytes | |||
-rw-r--r-- | tools/h5jam/testfiles/twithub.h5 | bin | 10592 -> 0 bytes | |||
-rw-r--r-- | tools/h5jam/testfiles/twithub513.h5 | bin | 11056 -> 0 bytes | |||
-rw-r--r-- | tools/h5jam/testfiles/u10.txt | 1 | ||||
-rw-r--r-- | tools/h5jam/testfiles/u511.txt | 1 | ||||
-rw-r--r-- | tools/h5jam/testfiles/u512.txt | 1 | ||||
-rw-r--r-- | tools/h5jam/testfiles/u513.txt | 1 |
10 files changed, 0 insertions, 57 deletions
diff --git a/tools/h5jam/testfiles/h5jam-help.txt b/tools/h5jam/testfiles/h5jam-help.txt deleted file mode 100644 index ce97c22..0000000 --- a/tools/h5jam/testfiles/h5jam-help.txt +++ /dev/null @@ -1,24 +0,0 @@ -usage: h5jam -i <in_file.h5> -u <in_user_file> [-o <out_file.h5>] [--clobber] - -Adds user block to front of an HDF5 file and creates a new concatenated file. - -OPTIONS - -i in_file.h5 Specifies the input HDF5 file. - -u in_user_file Specifies the file to be inserted into the user block. - Can be any file format except an HDF5 format. - -o out_file.h5 Specifies the output HDF5 file. - If not specified, the user block will be concatenated in - place to the input HDF5 file. - --clobber Wipes out any existing user block before concatenating - the given user block. - The size of the new user block will be the larger of; - - the size of existing user block in the input HDF5 file - - the size of user block required by new input user file - (size = 512 x 2N, N is positive integer.) - - -h Prints a usage message and exits. - -V Prints the HDF5 library version and exits. - -Exit Status: - 0 Succeeded. - >0 An error occurred. diff --git a/tools/h5jam/testfiles/h5jam-ub-nohdf5.txt b/tools/h5jam/testfiles/h5jam-ub-nohdf5.txt deleted file mode 100644 index 72c0b17..0000000 --- a/tools/h5jam/testfiles/h5jam-ub-nohdf5.txt +++ /dev/null @@ -1,2 +0,0 @@ -h5jam error: -u <user_file> cannot be HDF5 file, but it appears to be an HDF5 file. -Try '-h' or '--help' for more information or see the <h5jam> entry in the 'HDF5 Reference Manual'. diff --git a/tools/h5jam/testfiles/h5unjam-help.txt b/tools/h5jam/testfiles/h5unjam-help.txt deleted file mode 100644 index f0d92e9..0000000 --- a/tools/h5jam/testfiles/h5unjam-help.txt +++ /dev/null @@ -1,27 +0,0 @@ -usage: h5unjam -i <in_file.h5> [-o <out_file.h5> ] [-u <out_user_file> | --delete] - -Splits user file and HDF5 file into two files: user block data and HDF5 data. - -OPTIONS - -i in_file.h5 Specifies the HDF5 as input. If the input HDF5 file - contains no user block, exit with an error message. - -o out_file.h5 Specifies output HDF5 file without a user block. - If not specified, the user block will be removed from the - input HDF5 file. - -u out_user_file - Specifies the output file containing the data from the - user block. - Cannot be used with --delete option. - --delete Remove the user block from the input HDF5 file. The content - of the user block is discarded. - Cannot be used with the -u option. - - -h Prints a usage message and exits. - -V Prints the HDF5 library version and exits. - - If neither --delete nor -u is specified, the user block from the input file - will be displayed to stdout. - -Exit Status: - 0 Succeeded. - >0 An error occurred. diff --git a/tools/h5jam/testfiles/tall.h5 b/tools/h5jam/testfiles/tall.h5 Binary files differdeleted file mode 100644 index 918aeee..0000000 --- a/tools/h5jam/testfiles/tall.h5 +++ /dev/null diff --git a/tools/h5jam/testfiles/twithub.h5 b/tools/h5jam/testfiles/twithub.h5 Binary files differdeleted file mode 100644 index 4bc1833..0000000 --- a/tools/h5jam/testfiles/twithub.h5 +++ /dev/null diff --git a/tools/h5jam/testfiles/twithub513.h5 b/tools/h5jam/testfiles/twithub513.h5 Binary files differdeleted file mode 100644 index 0eac208..0000000 --- a/tools/h5jam/testfiles/twithub513.h5 +++ /dev/null diff --git a/tools/h5jam/testfiles/u10.txt b/tools/h5jam/testfiles/u10.txt deleted file mode 100644 index c76a964..0000000 --- a/tools/h5jam/testfiles/u10.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghij
\ No newline at end of file diff --git a/tools/h5jam/testfiles/u511.txt b/tools/h5jam/testfiles/u511.txt deleted file mode 100644 index bff1736..0000000 --- a/tools/h5jam/testfiles/u511.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghija
\ No newline at end of file diff --git a/tools/h5jam/testfiles/u512.txt b/tools/h5jam/testfiles/u512.txt deleted file mode 100644 index 33a36c9..0000000 --- a/tools/h5jam/testfiles/u512.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijab
\ No newline at end of file diff --git a/tools/h5jam/testfiles/u513.txt b/tools/h5jam/testfiles/u513.txt deleted file mode 100644 index 6b46ebf..0000000 --- a/tools/h5jam/testfiles/u513.txt +++ /dev/null @@ -1 +0,0 @@ -abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabc
\ No newline at end of file |