diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-09-26 05:37:15 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-09-26 05:37:15 (GMT) |
commit | 2612814874e843aedcba5848a6818b42d735365f (patch) | |
tree | 0f2cf41683dc18bbebf1235d158f2dca178d7358 /test/Makefile.in | |
parent | ed663577a5394d34a0cfbe5cd5443af1f7957dc5 (diff) | |
download | hdf5-2612814874e843aedcba5848a6818b42d735365f.zip hdf5-2612814874e843aedcba5848a6818b42d735365f.tar.gz hdf5-2612814874e843aedcba5848a6818b42d735365f.tar.bz2 |
[svn-r4474] Purpose:
New feature.
Description:
Added a test to verify the correctness of information provided by
configure in H5config.h. Some information, such as SIZEOF some
types can be hardcoded by config/<machine>. This test verified
the information is indeed correct.
Currenly, only size of C language types are verified.
Platforms tested:
Eirene, regular, arabica.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index d07d708..15fdb4b 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -58,8 +58,8 @@ CLEAN=$(TIMINGS) TEST_SRC=big.c bittests.c cmpd_dset.c dsets.c dtypes.c extend.c \ external.c fillval.c flush1.c flush2.c gheap.c h5test.c hyperslab.c \ - istore.c lheap.c links.c mount.c mtime.c ohdr.c \ - stab.c tarray.c tattr.c testhdf5.c testmeta.c tfile.c tgenprop.c th5s.c \ + istore.c lheap.c links.c mount.c mtime.c ohdr.c stab.c tarray.c \ + tattr.c tconfig.c testhdf5.c testmeta.c tfile.c tgenprop.c th5s.c \ titerate.c tmeta.c trefer.c tselect.c ttime.c ttbbt.c tvltypes.c tvlstr.c \ unlink.c enum.c ttsafe.c ttsafe_dcreate.c ttsafe_error.c ttsafe_cancel.c \ ttsafe_acreate.c gass_write.c gass_read.c gass_append.c dpss_read.c \ @@ -83,9 +83,9 @@ timings _timings: $(TIMINGS) ## How to build the tests... They all depend on the test and hdf5 libraries. $(TEST_PROGS): $(LIB) $(LIBHDF5) -TESTHDF5_OBJ=testhdf5.lo tarray.lo tattr.lo tfile.lo tgenprop.lo th5s.lo \ - titerate.lo tmeta.lo ttime.lo trefer.lo tselect.lo ttbbt.lo tvltypes.lo \ - tvlstr.lo +TESTHDF5_OBJ=testhdf5.lo tarray.lo tattr.lo tconfig.lo tfile.lo tgenprop.lo \ + th5s.lo titerate.lo tmeta.lo ttime.lo trefer.lo tselect.lo ttbbt.lo \ + tvltypes.lo tvlstr.lo TTS_OBJ=ttsafe.lo ttsafe_dcreate.lo ttsafe_error.lo ttsafe_cancel.lo \ ttsafe_acreate.lo |