diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2008-04-16 17:13:20 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2008-04-16 17:13:20 (GMT) |
commit | a642c440f711855767e373f9bd50fcd1cdbe1daa (patch) | |
tree | 5641a7dc3116729d30b783418a8746e0edfd6b64 /test/Makefile.am | |
parent | 58b37f0a880740a94f52f4fc6afcfd14e8b5714e (diff) | |
download | hdf5-a642c440f711855767e373f9bd50fcd1cdbe1daa.zip hdf5-a642c440f711855767e373f9bd50fcd1cdbe1daa.tar.gz hdf5-a642c440f711855767e373f9bd50fcd1cdbe1daa.tar.bz2 |
[svn-r14847] 1. test/links.c: add tests specific for windows
remove HDputenv() from external_link_env() test
(will add script later to set HDF5_EXT_PREFIX for running the test)
modify and add more comments
2. src/H5private.h: remove #define for HDputenv()
Tested on kagiso, linew and smirom.
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 191e999..b0f80cb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -105,7 +105,7 @@ flush2.chkexe_: flush1.chkexe_ CHECK_CLEANFILES+=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5\ tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 \ extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2]\ - links.h5 links[0-6]*.h5 extlinks[0-9].h5 tmp \ + links.h5 links[0-6]*.h5 extlinks[0-15].h5 tmp \ big.data big[0-9][0-9][0-9][0-9][0-9].h5 \ stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 \ tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 \ |