diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-04-15 16:01:38 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-04-15 16:01:38 (GMT) |
commit | 159fe4b61036011f78e80badf7576a255ac0fee0 (patch) | |
tree | 124a508a42c26e90402b59a298a438331a8eb6db /windows/hl/test | |
parent | cdaddd7177dfccf926824f49a6290820c1f7a219 (diff) | |
download | hdf5-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-x | windows/hl/test/test_hdf5_hl.BAT | 10 |
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 |