summaryrefslogtreecommitdiffstats
path: root/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-28 20:51:51 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-28 20:51:51 (GMT)
commit54a0653341db6d4e3859814818a2a6ff3ee5f69c (patch)
treec793956d34a260300f5856809ebcdd0a2af3dd63 /INSTALL_Windows.txt
parent2a3327b24cc526945be9ea0916164d4755838485 (diff)
downloadhdf5-54a0653341db6d4e3859814818a2a6ff3ee5f69c.zip
hdf5-54a0653341db6d4e3859814818a2a6ff3ee5f69c.tar.gz
hdf5-54a0653341db6d4e3859814818a2a6ff3ee5f69c.tar.bz2
[svn-r1686] updated the testing section to reflect the changes in the testing with the new
bat files
Diffstat (limited to 'INSTALL_Windows.txt')
-rw-r--r--INSTALL_Windows.txt25
1 files changed, 9 insertions, 16 deletions
diff --git a/INSTALL_Windows.txt b/INSTALL_Windows.txt
index 2390c53..0725175 100644
--- a/INSTALL_Windows.txt
+++ b/INSTALL_Windows.txt
@@ -156,29 +156,22 @@ corresponding tests.
STEP III: TESTING THE BUILD
-
-
In a command prompt window run the test batch file which
resides in the hdf5\test directory to make sure that the library
was built correctly.
-The hdf5testDBG.bat file tests the debug version of the library and
-hdf5testREL.bat tests the release version of the library.
-
-The hdf5testdllDBG.bat file tests the debug version of the dll and
-hdf5testdllREL.bat tests the release version of the dll. The debug dll or
-the release dll should be placed in the Windows\system directory before the dll
-tests are run. Both the release and the debug dlls have the same name so
-only one may be used at a time.
+To test, cd into the hdf5\test directory. Then type:
+"hdf5test [debug or release] [dll]" depending on which version you would
+like to test.
-In the hdf5\tools directory, there are 4 batch files that can be used to test
-h5dump. The file dumptestDBG.bat tests the debug version of the dump utility
-and the dumptestREL.bat tests the release version. The dumptestDLLDBG.bat
-tests the debug dll version of the dumper and the dumptestDLLREL.bat tests
-the release dll version. Some differences are expected in the output of these
-4 tests (dimensions of the dataspace).
+To test the h5dump utility, cd into hdf5\tools. Then type:
+"dumptest [debug or release] [dll]" depending on which version you would like
+to test. Some differences are expected in the output of these 4 tests (the
+errors are in the dimensions of the dataspace).
+NOTE: the appropriate dll should be placed in the Windows\system directory
+before using the dlls.
NOTE: The debug dll tests on the Alpha platform currently are not completely
working. The release dll is fine though.