summaryrefslogtreecommitdiffstats
path: root/tools/testh5ls.sh
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3492] Purpose:Bill Wendling2001-02-221-142/+0
| | | | | | | | Code Movement Description: Moved these files to subdirectories in the tools/ directory. Platforms tested: Linux, Kelgia
* [svn-r3287] Purpose:Albert Cheng2001-01-121-1/+3
| | | | | | | | | | Improvement Description: The mkdir testfiles and the testing of h5dump have their stderr redirected to /dev/null. Thus no way to see error messages when happen. Removed the redirection Platforms tested: Eirene (linux).
* [svn-r3230] Purpose:Quincey Koziol2001-01-031-0/+3
| | | | | | | | Extra testing Description: Added tests to dump empty datasets to the h5dump and h5ls testing. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r2988] Purpose:Quincey Koziol2000-11-211-1/+4
| | | | | | | | Updating test files. Description: Updated test files to reflect changes to DDL. Platforms tested: FreeBSD 4.1.1 (hawkwind)
* [svn-r2966] Purpose:Bill Wendling2000-11-171-0/+3
| | | | | | | | Add Test Description: Added test for variable length data types. Platforms tested: Linux
* [svn-r2769] ./hdf5/tools/testh5ls.shRobb Matzke2000-10-311-19/+29
| | | | | | | * 2000-10-31 Robb Matzke <matzke@llnl.gov> (verbose) Compares output to expected files. This should work just fine because we're not using the `-v' option which prints datatypes in a machine-dependent way.
* [svn-r2732] Purpose:Albert Cheng2000-10-241-0/+3
| | | | | | | | | | New tests Description: Added a new test file (tsaf.h5) for h5dump and h5ls. The test file was created by lib SAF team. This file used to cause previous version of hdf5 tools to core dump. Platforms tested: IRIX64 -64, linux
* [svn-r2724] Purpose:Albert Cheng2000-10-241-0/+118
new feature Description: h5ls was not tested Solution: Added a test script, testh5ls.sh, to give h5ls some tests. Since the output from h5ls is sometime machine dependent (e.g., Datatypes), can not compare them with expected output. For now, run it against various hdf5 binary files. If it exits with 0, consider it passes. Platforms tested: IRIX64, eirene, arabica.