summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-02-06 16:30:08 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-02-06 16:30:08 (GMT)
commit0f61405462657b81d34cb84343832f0c9ccce87f (patch)
tree5818236e56fd9934db07ef1b0d300e47860420e5 /examples
parent1827b8c507b40c08516719639768c210cbc27078 (diff)
downloadhdf5-0f61405462657b81d34cb84343832f0c9ccce87f.zip
hdf5-0f61405462657b81d34cb84343832f0c9ccce87f.tar.gz
hdf5-0f61405462657b81d34cb84343832f0c9ccce87f.tar.bz2
[svn-r3367]
Purpose: Maintenance Description: C examples directory did not have a script to run examples. Solution: Added. Needs more work to catch failures. Platforms tested: O2k (modi4)
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/run_examples.sh56
1 files changed, 56 insertions, 0 deletions
diff --git a/examples/run_examples.sh b/examples/run_examples.sh
new file mode 100755
index 0000000..5a19a20
--- /dev/null
+++ b/examples/run_examples.sh
@@ -0,0 +1,56 @@
+#/bin/csh!
+echo " ...Running h5_write..."
+./h5_write
+echo " ...Done..."
+echo " "
+echo " ...Running h5_read..."
+echo " "
+./h5_read
+echo " "
+echo " ...Done..."
+echo " "
+echo " ...Running h5_extend_write..."
+./h5_extend_write
+echo " ...Done..."
+echo " "
+echo " ...Running h5_chunk_read..."
+echo " "
+./h5_chunk_read
+echo " "
+echo " ...Done..."
+echo " "
+echo " ...Running h5_compound..."
+echo " "
+./h5_compound
+echo " "
+echo " ...Done..."
+echo " "
+echo " ...Running h5_attribute..."
+echo " "
+./h5_attribute
+echo " "
+echo " ...Done..."
+echo " "
+echo " ...Running h5_mount..."
+echo " "
+./h5_mount
+echo " "
+echo " ...Done..."
+echo " "
+echo " ...Running h5_group..."
+echo " "
+./h5_group
+echo " "
+echo " ...Done..."
+echo " "
+echo " ...Running h5_select..."
+echo " "
+./h5_select
+echo " "
+echo " ...Done..."
+echo " "
+echo " ...Running h5_reference..."
+echo " "
+./h5_reference
+echo " "
+echo " ...Done..."