summaryrefslogtreecommitdiffstats
path: root/windows/hl/test
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-04-15 16:01:38 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-04-15 16:01:38 (GMT)
commit159fe4b61036011f78e80badf7576a255ac0fee0 (patch)
tree124a508a42c26e90402b59a298a438331a8eb6db /windows/hl/test
parentcdaddd7177dfccf926824f49a6290820c1f7a219 (diff)
downloadhdf5-159fe4b61036011f78e80badf7576a255ac0fee0.zip
hdf5-159fe4b61036011f78e80badf7576a255ac0fee0.tar.gz
hdf5-159fe4b61036011f78e80badf7576a255ac0fee0.tar.bz2
[svn-r13667] Added Windows hl test script for gif2hf and h52gif testing to bring up to date with Linux. Updated MANIFEST for new file added.
Tested: VS6 on Windows XP
Diffstat (limited to 'windows/hl/test')
-rwxr-xr-xwindows/hl/test/test_hdf5_hl.BAT10
1 files changed, 9 insertions, 1 deletions
diff --git a/windows/hl/test/test_hdf5_hl.BAT b/windows/hl/test/test_hdf5_hl.BAT
index 28b2609..d42aa86 100755
--- a/windows/hl/test/test_hdf5_hl.BAT
+++ b/windows/hl/test/test_hdf5_hl.BAT
@@ -45,4 +45,12 @@ echo.
echo ===============================================
echo Testing hl_test_packet%2 -- %1
echo ===============================================
-hl_test_packet%2\%1\hl_test_packet%2 \ No newline at end of file
+hl_test_packet%2\%1\hl_test_packet%2
+
+echo.
+echo ===============================================
+echo Testing h52gif and gif2h5 -- %1 %2
+echo ===============================================
+cd ..\tools\gif2h5
+call h52giftest %1 %2
+cd ..\..\test \ No newline at end of file