mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r15816] Purpose: Update h5ls test script
Description: The general h5ls test script was recently updated. This checkin brings those changes to Windows Also add freespace & mf to general test script, since I forgot in the last checkin Tested: VS2005 on WinXP
This commit is contained in:
parent
fdfb8cf2a0
commit
7064d9d8ad
@ -118,6 +118,8 @@ rem on it for sending parameters. --SJW 9/6/07
|
||||
call :add_test dangle%2 .\dangle%2\%1
|
||||
call :add_test reserved%2 .\reserved%2\%1
|
||||
call :add_test cross_read%2 .\cross_read%2\%1
|
||||
call :add_test freespace%2 .\freespace%2\%1
|
||||
call :add_test mf%2 .\mf%2\%1
|
||||
call :add_test btree2%2 .\btree2%2\%1
|
||||
call :add_test fheap%2 .\fheap%2\%1
|
||||
call :add_test earray%2 .\earray%2\%1
|
||||
|
@ -174,6 +174,13 @@ rem ############################################################################
|
||||
|
||||
rem test for displaying external and user-defined links
|
||||
call :tooltest textlink-1.ls 0 -w80 -r textlink.h5
|
||||
call :tooltest textlinksrc-1.ls 0 -w80 -Er textlinksrc.h5
|
||||
call :tooltest textlinksrc-2.ls 0 -w80 -Erv textlinksrc.h5/ext_link5
|
||||
call :tooltest textlinksrc-3.ls 0 -w80 -Er textlinksrc.h5/ext_link1
|
||||
call :tooltest textlinksrc-4.ls 0 -w80 -r textlinksrc.h5
|
||||
call :tooltest textlinksrc-5.ls 0 -w80 -r textlinksrc.h5/ext_link1
|
||||
call :tooltest textlinksrc-6.ls 0 -w80 -E textlinksrc.h5
|
||||
call :tooltest textlinksrc-7.ls 0 -w80 -E textlinksrc.h5/ext_link1
|
||||
call :tooltest tudlink-1.ls 0 -w80 -r tudlink.h5
|
||||
|
||||
rem tests for hard links
|
||||
|
Loading…
Reference in New Issue
Block a user