From c5a29977ce40d22a1e250a9440c8dd84dfe45704 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Thu, 30 Mar 2006 12:20:44 -0500 Subject: [svn-r12176] Purpose: Maintenance on Windows Description: Add in new h5dump tests (tvms.ddl tvms.h5 Checked in by Pedro) Skip new h5dump tests ( tldouble.h5 checked in by Pedro) Solution: Platforms tested: Windows XP Misc. update: --- windows/tools/dumptest.bat | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/windows/tools/dumptest.bat b/windows/tools/dumptest.bat index c2600bf..ea21fc3 100755 --- a/windows/tools/dumptest.bat +++ b/windows/tools/dumptest.bat @@ -434,6 +434,13 @@ call %tooltest% tnullspace.ddl set flag=%tlonglinks% call %tooltest% tlonglinks.ddl +::test for long double (Some systems do not have long double) +set flag=%tldouble% +call %tooltest% tldouble.ddl SKIP + +::Test for vms +set flag=%tvms% +call %tooltest% tvms.ddl echo. echo.**************************************************** -- cgit v0.12