diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-11-20 03:43:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-11-20 03:43:58 (GMT) |
commit | b4f4670c811cae49e08f1799b6ea69a8bb1345f3 (patch) | |
tree | 5bcfdbd9e8dd0e86ee816d33da7739e752edcf34 /test/Makefile.am | |
parent | f23b5aafc1878b0dd4aac27184500c19cf0b8edd (diff) | |
download | hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.zip hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.tar.gz hdf5-b4f4670c811cae49e08f1799b6ea69a8bb1345f3.tar.bz2 |
[svn-r14270] Description:
Removed the stream-vfd from the basic library code.
(The stream-vfd source files are not removed yet but the MANIFEST has been
updated to NOT release those stream-vfd source files.)
Platforms tested:
Kagiso and smirom.
Then test the release tar ball in kagiso.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 1406df3..0947adc 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -40,7 +40,7 @@ TEST_PROG=testhdf5 lheap ohdr stab gheap cache cache_api \ pool hyperslab istore bittests dt_arith \ dtypes dsets cmpd_dset extend external objcopy links unlink big mtime \ fillval mount flush1 flush2 enum \ - set_extent ttsafe stream_test \ + set_extent ttsafe \ getname vfd ntypes dangle dtransform reserved cross_read \ btree2 fheap |