diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-09-03 15:09:10 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-09-03 15:09:10 (GMT) |
commit | 779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480 (patch) | |
tree | 6fedad5ea726a6b4f173259d4ea52fda8d8642f2 /windows/test/checktests.bat | |
parent | e9256348abe0a50523118392f45feb52f1d6013d (diff) | |
download | hdf5-779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480.zip hdf5-779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480.tar.gz hdf5-779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480.tar.bz2 |
[svn-r15584] Purpose: Add new extensible array source code and test project for Windows
Description:
In revision 15549, new source code was added for the extensible array interface. This checkin adds the source code to Windows, along with the new test project, earray.
Note: The new H5EA interface causes compilation errors on Windows, and will need to be fixed in the source.
Diffstat (limited to 'windows/test/checktests.bat')
-rw-r--r-- | windows/test/checktests.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/test/checktests.bat b/windows/test/checktests.bat index 721f0ff..344fed0 100644 --- a/windows/test/checktests.bat +++ b/windows/test/checktests.bat @@ -120,6 +120,7 @@ rem on it for sending parameters. --SJW 9/6/07 call :add_test cross_read%2 .\cross_read%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
rem Run the tests, passing in which version to run
|