summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2005-01-10 17:41:36 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2005-01-10 17:41:36 (GMT)
commit7092659dfa295ae9fe29acf7f764265172827ea1 (patch)
tree810e8b342ec18a5308cc9033360a7b236239180f /test
parente5797d173b8e697197a08ccea7a78ba64267151a (diff)
downloadhdf5-7092659dfa295ae9fe29acf7f764265172827ea1.zip
hdf5-7092659dfa295ae9fe29acf7f764265172827ea1.tar.gz
hdf5-7092659dfa295ae9fe29acf7f764265172827ea1.tar.bz2
[svn-r9790] Purpose:
Reduce run time of daily tests. Description: cache, the test program for the metadata cache has been taking a while to execute. Solution: As a short term "fix", I have commented out all but one of the long running test functions. Of course that means that we aren't running these tests at present. I'm not sure that this is a good idea. Platforms tested: Serial on Heping. Misc. update:
Diffstat (limited to 'test')
-rw-r--r--test/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache.c b/test/cache.c
index ffc4248..a23b3ad 100644
--- a/test/cache.c
+++ b/test/cache.c
@@ -14314,7 +14314,7 @@ int
main(void)
{
H5open();
-#if 1
+#if 0
smoke_check_1();
smoke_check_2();
smoke_check_3();