summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-01-29 16:12:47 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-01-29 16:12:47 (GMT)
commit49f8060284672b3acef0afc0263f02bdda64510e (patch)
treecd5e40afb1e43f2b60713a862012d21b17ee8c3d /examples
parentc7c076e747674128f44396fb3d10565bc4218efc (diff)
downloadhdf5-49f8060284672b3acef0afc0263f02bdda64510e.zip
hdf5-49f8060284672b3acef0afc0263f02bdda64510e.tar.gz
hdf5-49f8060284672b3acef0afc0263f02bdda64510e.tar.bz2
[svn-r4880] Purpose:
Retired run_examples.sh. Its purpose is covered by the "check" target. Platforms tested: No tests--hard to test something that is removed. Pretty sure it is not needed by any Make targets.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/run_examples.sh56
1 files changed, 0 insertions, 56 deletions
diff --git a/examples/run_examples.sh b/examples/run_examples.sh
deleted file mode 100755
index 5a19a20..0000000
--- a/examples/run_examples.sh
+++ /dev/null
@@ -1,56 +0,0 @@
-#/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..."