From 361897d767420803bee8b96805567b224c84e4a2 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 20 Oct 1999 12:51:27 -0500 Subject: [svn-r1786] Added stdio VFL driver to the list of VFL drivers the user can test. --- test/h5test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/h5test.c b/test/h5test.c index 9af7ca7..84dbec3 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -284,6 +284,9 @@ h5_fileaccess(void) if (!strcmp(name, "sec2")) { /* Unix read() and write() system calls */ if (H5Pset_fapl_sec2(fapl)<0) return -1; + } else if (!strcmp(name, "stdio")) { + /* Standard C fread() and fwrite() system calls */ + if (H5Pset_fapl_stdio(fapl)<0) return -1; } else if (!strcmp(name, "core")) { /* In-core temporary file with 1MB increment */ if (H5Pset_fapl_core(fapl, 1024*1024, FALSE)<0) return -1; -- cgit v0.12