summaryrefslogtreecommitdiffstats
path: root/c++/examples
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-03-08 20:48:29 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-03-08 20:48:29 (GMT)
commit8e6025694bc45335d4b301ca0593a53cafb5240d (patch)
treea8774690841b940c27c966278c1265c2d8f5f5d0 /c++/examples
parent42d3d90f0cc36e51c7392c7be2ef2219660e500f (diff)
downloadhdf5-8e6025694bc45335d4b301ca0593a53cafb5240d.zip
hdf5-8e6025694bc45335d4b301ca0593a53cafb5240d.tar.gz
hdf5-8e6025694bc45335d4b301ca0593a53cafb5240d.tar.bz2
[svn-r3576] Purpose:
Update Description: We now have a "real" testing thingy for the C++ code. We don't need to run things in the examples directory. Solution: Commented out the "TEST_SCRIPT" line. Platforms tested: Linux
Diffstat (limited to 'c++/examples')
-rw-r--r--c++/examples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 67c448a..129ac8a 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -29,7 +29,7 @@ TEST_OBJ=$(TEST_SRC:.cpp=.lo)
## `make check' will run. List them in the order they should be run.
TEST_PROGS=$(TEST_SRC:.cpp=)
-TEST_SCRIPTS=$(srcdir)/testexamples.sh
+##TEST_SCRIPTS=$(srcdir)/testexamples.sh
## These are the files that `make clean' (and derivatives) will remove from
## this directory.