summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbin1.ddl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12683] Pedro Vicente Nunes2006-09-261-3/+3
| | | | | | | | | | | | | | | | | | revised binary flags, added a new file to the test generator program to be used in the binary tests usage is now -o F, --output=F Output raw data into file F -b F, --binary=F Binary output, of form F (into file -o F). Recommended usage is with --dataset=P Form F of binary output is: MEMORY for memory type, FILE for the disk file type, LE or BE for pre-existing little or big endian types example ./h5dump -d integer -b MEMORY -o out.bin tbinary.h5
* [svn-r12518] h5dump binary output:Pedro Vicente Nunes2006-07-311-0/+11
1. changed the -F flag option names to "BE and "LE" for big and little endian 2. added a more verbose usage message for these options 3. add a new test 4. add a make clean instruction to *.bin