summaryrefslogtreecommitdiffstats
path: root/test/gass_append.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gass_append.c')
-rw-r--r--test/gass_append.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/gass_append.c b/test/gass_append.c
index 5cac7f9..96ac047 100644
--- a/test/gass_append.c
+++ b/test/gass_append.c
@@ -25,6 +25,8 @@ int main(void)
}
#else
+#ifdef hide
+
#define URL "ftp://gass:gass12@which/tmp/gass/junk.w"
#define DATASETNAME "Int1Array"
#define NX 5 /* dataset dimensions */
@@ -145,4 +147,12 @@ int main (void)
return 0;
}
+
+#else
+int main(void)
+{
+ printf("Test skipped because GASS driver does not support append yet\n");
+ return 0;
+}
+#endif
#endif