diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-14 18:10:55 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-14 18:10:55 (GMT) |
commit | 6e160fa1e56c4025a5dd9535a836b24a629a2caa (patch) | |
tree | 347f7fd805a036365bff2fab29774fdbc8ded3e5 /c++/examples | |
parent | fcfa277476927656de6e81a72e3b01254c3feb7c (diff) | |
download | hdf5-6e160fa1e56c4025a5dd9535a836b24a629a2caa.zip hdf5-6e160fa1e56c4025a5dd9535a836b24a629a2caa.tar.gz hdf5-6e160fa1e56c4025a5dd9535a836b24a629a2caa.tar.bz2 |
[svn-r3629] Purpose:
Feature Add
Description:
Added "real" testing to the C++ library.
Platforms tested:
Linux
Diffstat (limited to 'c++/examples')
-rw-r--r-- | c++/examples/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 67c448a..ac0d26e 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -1,7 +1,7 @@ ## HDF5-C++ examples/Makefile(.in) ## -## Copyright (C) 2000 National Center for Supercomputing Applications. -## All rights reserved. +## Copyright (C) 2000-2001 National Center for Supercomputing Applications. +## All rights reserved. ## ## top_srcdir=@top_srcdir@/.. @@ -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. |